#C08085

Color #C08085 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #C08085

Tints of Charm #C08085

Color information

#C08085 (or 0xC08085) is unknown color: approx 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

RGB192128133-
CMYK00.330.310.25
HSL355.31º33.68%62.75%-
HSV(B)355.31º33.33%75.29%-
XYZ33.6928.3425.88-
YUV147.71119.7159.59-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212813300.330.310.25355.3133.6862.75
HexC080850211F19163223f
Octal30020020504137315434277
Binary11000000100000001000010101000011111111001101100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>