#CB6885

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

Shades of Charm #CB6885

Tints of Charm #CB6885

Color information

#CB6885 (or 0xCB6885) is unknown color: approx Charm. HEX triplet: CB, 68 and 85. RGB value is (203,104,133). Sum of RGB (Red+Green+Blue) = 203+104+133=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6885 is #34977A. Grayscale: #888888. Windows color (decimal): -3446651 or 8743115. OLE color: 8743115.

HSL color Cylindrical-coordinate representation of color #CB6885: hue angle of 342.42º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6885 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB203104133-
CMYK00.490.340.20
HSL342.42º48.77%60.2%-
HSV(B)342.42º48.77%79.61%-
XYZ33.8124.2925.1-
YUV136.91125.8175.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=46.14%
G=23.64%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310413300.490.340.20342.4248.7760.2
HexCB68850312214156313c
Octal31315020506142245266174
Binary11001011110100010000101011000110001010100101010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6885; }

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

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

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

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

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

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

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

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