Html Css Color HEX #C08085 Charm

📋 copy color: '#C08085'

red 192 ◦ green 128 ◦ blue 133

#C08085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #C08085

Tints of Charm #C08085

RGB

 RED value IS 192 (75.39% from 255) = 42.38%

 GREEN value IS 128 (50.39% from 255) = 28.26%

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 42.38%
G = 28.26%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C08085 (or 0xC08085) is known color: Charm. HEX triplet: C0, 80 and 85. RGB value is (192,128,133). Sum of RGB (Red+Green+Blue) = 192+128+133=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C08085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08085 is #3F7F7A. Grayscale: #939393. Windows color (decimal): -4161403 or 8749248. OLE color: 8749248.

HSL color Cylindrical-coordinate representation of color #C08085: hue angle of 355.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08085 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 133 -
CMYK 0 0.33 0.31 0.25
HSL 355.31º 0.34% 0.63% -
HSV(B) 355.31º 0.33% 0.75% -
XYZ 33.69 28.34 25.88 -
YUV 147.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 192 128 133 0 0.33 0.31 0.25 355.31 0.34 0.63
Hex C0 80 85 0 21 1F 19 163 22 3F
Octal 300 200 205 0 41 37 31 543 42 77
Binary 11000000 10000000 10000101 0 100001 11111 11001 101100011 100010 111111

Color Harmonies of #C08085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08085

Black with #C08085

Text Example


Text Example

White with #C08085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08085; }

 p { color: rgb(192,128,133); }

 H1.HeaderClassName
 {
   color: #C08085;
 }
 .AnyTagClassName
 {
   color: #C08085;
 }
</style>

background-color css

<style>
 a { background-color: #C08085; }

 a { background-color: rgb(192,128,133); }

 div.DivClassName
 {
   background-color: #C08085;
 }
 .BgClassName
 {
   background-color: #C08085;
 }
</style>

border-color css

<style>
 span { border-color: #C08085; }

 span { border-color: rgb(192,128,133); }

 td.TdClassName
 {
   border-color: #C08085;
 }
 .TagClassName
 {
   border-color: #C08085;
 }
</style>