#CB6F85

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

Shades of Charm #CB6F85

Tints of Charm #CB6F85

Color information

#CB6F85 (or 0xCB6F85) is unknown color: approx Charm. HEX triplet: CB, 6F and 85. RGB value is (203,111,133). Sum of RGB (Red+Green+Blue) = 203+111+133=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6F85 is #34907A. Grayscale: #8D8D8D. Windows color (decimal): -3444859 or 8744907. OLE color: 8744907.

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

Color convert

RGB203111133-
CMYK00.450.340.20
HSL345.65º46.94%61.57%-
HSV(B)345.65º45.32%79.61%-
XYZ34.5525.7625.34-
YUV141.02123.48172.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=45.41%
G=24.83%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311113300.450.340.20345.6546.9461.57
HexCB6F8502D221415a2f3e
Octal31315720505542245325776
Binary11001011110111110000101010110110001010100101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6F85; }

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

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

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

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

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

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

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

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