Html Css Color HEX #C08086 Charm

📋 copy color: '#C08086'

red 192 ◦ green 128 ◦ blue 134

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

Shades of Charm #C08086

Tints of Charm #C08086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.52%

R = 42.29%
G = 28.19%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C08086 (or 0xC08086) is known color: Charm. HEX triplet: C0, 80 and 86. RGB value is (192,128,134). Sum of RGB (Red+Green+Blue) = 192+128+134=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C08086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08086 is #3F7F79. Grayscale: #939393. Windows color (decimal): -4161402 or 8814784. OLE color: 8814784.

HSL color Cylindrical-coordinate representation of color #C08086: hue angle of 354.38º 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 #C08086 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 134 -
CMYK 0 0.33 0.30 0.25
HSL 354.38º 0.34% 0.63% -
HSV(B) 354.38º 0.33% 0.75% -
XYZ 33.76 28.37 26.25 -
YUV 147.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 192 128 134 0 0.33 0.30 0.25 354.38 0.34 0.63
Hex C0 80 86 0 21 1E 19 162 22 3F
Octal 300 200 206 0 41 36 31 542 42 77
Binary 11000000 10000000 10000110 0 100001 11110 11001 101100010 100010 111111

Color Harmonies of #C08086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08086

Black with #C08086

Text Example


Text Example

White with #C08086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08086; }

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

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

background-color css

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

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

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

border-color css

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

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

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