#CB818B

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

Shades of Charm #CB818B

Tints of Charm #CB818B

Color information

#CB818B (or 0xCB818B) is unknown color: approx Charm. HEX triplet: CB, 81 and 8B. RGB value is (203,129,139). Sum of RGB (Red+Green+Blue) = 203+129+139=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB818B is #347E74. Grayscale: #989898. Windows color (decimal): -3440245 or 9142731. OLE color: 9142731.

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

Color convert

RGB203129139-
CMYK00.360.320.20
HSL351.89º41.57%65.1%-
HSV(B)351.89º36.45%79.61%-
XYZ37.1430.2628.31-
YUV152.27120.52164.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=43.10%
G=27.39%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312913900.360.320.20351.8941.5765.1
HexCB818B02420141602a41
Octal313201213044402454052101
Binary1100101110000001100010110100100100000101001011000001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB818B; }

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

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

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

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

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

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

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

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