#C08188

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

Shades of Charm #C08188

Tints of Charm #C08188

Color information

#C08188 (or 0xC08188) is unknown color: approx Charm. HEX triplet: C0, 81 and 88. RGB value is (192,129,136). Sum of RGB (Red+Green+Blue) = 192+129+136=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C08188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08188 is #3F7E77. Grayscale: #949494. Windows color (decimal): -4161144 or 8946112. OLE color: 8946112.

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

Color convert

RGB192129136-
CMYK00.330.290.25
HSL353.33º33.33%62.94%-
HSV(B)353.33º32.81%75.29%-
XYZ34.0328.6827.04-
YUV148.64120.87158.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 136 (53.52% from 255) = 29.76%
R=42.01%
G=28.23%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212913600.330.290.25353.3333.3362.94
HexC081880211D19161213f
Octal30020121004135315414177
Binary11000000100000011000100001000011110111001101100001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08188; }

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

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

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

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

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

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

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

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