#C08285

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

Shades of Charm #C08285

Tints of Charm #C08285

Color information

#C08285 (or 0xC08285) is unknown color: approx Charm. HEX triplet: C0, 82 and 85. RGB value is (192,130,133). Sum of RGB (Red+Green+Blue) = 192+130+133=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C08285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08285 is #3F7D7A. Grayscale: #949494. Windows color (decimal): -4160891 or 8749760. OLE color: 8749760.

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

Color convert

RGB192130133-
CMYK00.320.310.25
HSL357.1º32.98%63.14%-
HSV(B)357.1º32.29%75.29%-
XYZ33.9528.8725.97-
YUV148.88119.04158.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=42.20%
G=28.57%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213013300.320.310.25357.132.9863.14
HexC082850201F19165213f
Octal30020220504037315454177
Binary11000000100000101000010101000001111111001101100101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08285; }

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

 H1.HeaderClassName
 {
   color: #C08285;
 }
 .AnyTagClassName
 {
   color: #C08285;
 }
</style>
background-color css

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

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

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

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

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

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