#CB8189

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

Shades of Charm #CB8189

Tints of Charm #CB8189

Color information

#CB8189 (or 0xCB8189) is unknown color: approx Charm. HEX triplet: CB, 81 and 89. RGB value is (203,129,137). Sum of RGB (Red+Green+Blue) = 203+129+137=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8189 is #347E76. Grayscale: #989898. Windows color (decimal): -3440247 or 9011659. OLE color: 9011659.

HSL color Cylindrical-coordinate representation of color #CB8189: hue angle of 353.51º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB8189 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203129137-
CMYK00.360.330.20
HSL353.51º41.57%65.1%-
HSV(B)353.51º36.45%79.61%-
XYZ36.9930.227.55-
YUV152.04119.52164.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=43.28%
G=27.51%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312913700.360.330.20353.5141.5765.1
HexCB818902421141622a41
Octal313201211044412454252101
Binary1100101110000001100010010100100100001101001011000101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8189; }

 p { color: rgb(203,129,137); }

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

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

 a { background-color: rgb(203,129,137); }

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

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

 span { border-color: rgb(203,129,137); }

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