#CB6F89

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

Shades of Charm #CB6F89

Tints of Charm #CB6F89

Color information

#CB6F89 (or 0xCB6F89) is unknown color: approx Charm. HEX triplet: CB, 6F and 89. RGB value is (203,111,137). Sum of RGB (Red+Green+Blue) = 203+111+137=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6F89 is #349076. Grayscale: #8D8D8D. Windows color (decimal): -3444855 or 9007051. OLE color: 9007051.

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

Color convert

RGB203111137-
CMYK00.450.330.20
HSL343.04º46.94%61.57%-
HSV(B)343.04º45.32%79.61%-
XYZ34.8325.8726.82-
YUV141.47125.48171.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 137 (53.91% from 255) = 30.38%
R=45.01%
G=24.61%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311113700.450.330.20343.0446.9461.57
HexCB6F8902D21141572f3e
Octal31315721105541245275776
Binary11001011110111110001001010110110000110100101010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6F89; }

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

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

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

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

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

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

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

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