#CB6E85

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

Shades of Charm #CB6E85

Tints of Charm #CB6E85

Color information

#CB6E85 (or 0xCB6E85) is unknown color: approx Charm. HEX triplet: CB, 6E and 85. RGB value is (203,110,133). Sum of RGB (Red+Green+Blue) = 203+110+133=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6E85 is #34917A. Grayscale: #8C8C8C. Windows color (decimal): -3445115 or 8744651. OLE color: 8744651.

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

Color convert

RGB203110133-
CMYK00.460.340.20
HSL345.16º47.21%61.37%-
HSV(B)345.16º45.81%79.61%-
XYZ34.4425.5425.31-
YUV140.43123.81172.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=45.52%
G=24.66%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311013300.460.340.20345.1647.2161.37
HexCB6E8502E22141592f3d
Octal31315620505642245315775
Binary11001011110111010000101010111010001010100101011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E85; }

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

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

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

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

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

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

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

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