#CB7888

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

Shades of Charm #CB7888

Tints of Charm #CB7888

Color information

#CB7888 (or 0xCB7888) is unknown color: approx Charm. HEX triplet: CB, 78 and 88. RGB value is (203,120,136). Sum of RGB (Red+Green+Blue) = 203+120+136=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7888 is #348777. Grayscale: #929292. Windows color (decimal): -3442552 or 8943819. OLE color: 8943819.

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

Color convert

RGB203120136-
CMYK00.410.330.20
HSL348.43º44.39%63.33%-
HSV(B)348.43º40.89%79.61%-
XYZ35.7927.9126.79-
YUV146.64122168.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 136 (53.52% from 255) = 29.63%
R=44.23%
G=26.14%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312013600.410.330.20348.4344.3963.33
HexCB7888029211415c2c3f
Octal31317021005141245345477
Binary11001011111100010001000010100110000110100101011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7888; }

 p { color: rgb(203,120,136); }

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

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

 a { background-color: rgb(203,120,136); }

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

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

 span { border-color: rgb(203,120,136); }

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