#CB6F84

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

Shades of Charm #CB6F84

Tints of Charm #CB6F84

Color information

#CB6F84 (or 0xCB6F84) is unknown color: approx Charm. HEX triplet: CB, 6F and 84. RGB value is (203,111,132). Sum of RGB (Red+Green+Blue) = 203+111+132=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6F84 is #34907B. Grayscale: #8C8C8C. Windows color (decimal): -3444860 or 8679371. OLE color: 8679371.

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

Color convert

RGB203111132-
CMYK00.450.350.20
HSL346.3º46.94%61.57%-
HSV(B)346.3º45.32%79.61%-
XYZ34.4825.7324.98-
YUV140.9122.98172.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=45.52%
G=24.89%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311113200.450.350.20346.346.9461.57
HexCB6F8402D231415a2f3e
Octal31315720405543245325776
Binary11001011110111110000100010110110001110100101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6F84; }

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

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

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

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

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

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

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

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