#C08288

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

Shades of Charm #C08288

Tints of Charm #C08288

Color information

#C08288 (or 0xC08288) is unknown color: approx Charm. HEX triplet: C0, 82 and 88. RGB value is (192,130,136). Sum of RGB (Red+Green+Blue) = 192+130+136=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C08288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08288 is #3F7D77. Grayscale: #959595. Windows color (decimal): -4160888 or 8946368. OLE color: 8946368.

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

Color convert

RGB192130136-
CMYK00.320.290.25
HSL354.19º32.98%63.14%-
HSV(B)354.19º32.29%75.29%-
XYZ34.1628.9527.08-
YUV149.22120.54158.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 136 (53.52% from 255) = 29.69%
R=41.92%
G=28.38%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213013600.320.290.25354.1932.9863.14
HexC082880201D19162213f
Octal30020221004035315424177
Binary11000000100000101000100001000001110111001101100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08288; }

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

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

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

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

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

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

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

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