#CB808C

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

Shades of Charm #CB808C

Tints of Charm #CB808C

Color information

#CB808C (or 0xCB808C) is unknown color: approx Charm. HEX triplet: CB, 80 and 8C. RGB value is (203,128,140). Sum of RGB (Red+Green+Blue) = 203+128+140=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB808C is #347F73. Grayscale: #979797. Windows color (decimal): -3440500 or 9208011. OLE color: 9208011.

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

Color convert

RGB203128140-
CMYK00.370.310.20
HSL350.4º41.9%64.9%-
HSV(B)350.4º36.95%79.61%-
XYZ37.0830.0328.65-
YUV151.79121.35164.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=43.10%
G=27.18%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312814000.370.310.20350.441.964.9
HexCB808C0251F1415e2a41
Octal313200214045372453652101
Binary110010111000000010001100010010111111101001010111101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB808C; }

 p { color: rgb(203,128,140); }

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

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

 a { background-color: rgb(203,128,140); }

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

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

 span { border-color: rgb(203,128,140); }

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