#cb6e78

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

Shades of Charm #CB6E78

Tints of Charm #CB6E78

Color information

#CB6E78 (or 0xCB6E78) is unknown color: approx Charm. HEX triplet: CB, 6E and 78. RGB value is (203,110,120). Sum of RGB (Red+Green+Blue) = 203+110+120=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E78 is #349187. Grayscale: #8A8A8A. Windows color (decimal): -3445128 or 7892683. OLE color: 7892683.

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

Color convert

RGB203110120-
CMYK00.460.410.20
HSL353.55º47.21%61.37%-
HSV(B)353.55º45.81%79.61%-
XYZ33.5925.220.86-
YUV138.95117.31173.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 120 (47.27% from 255) = 27.71%
R=46.88%
G=25.40%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311012000.460.410.20353.5547.2161.37
HexCB6E7802E29141622f3d
Octal31315617005651245425775
Binary1100101111011101111000010111010100110100101100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6e78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6e78; }

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

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

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

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

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

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

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

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