#CB6986

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

Shades of Charm #CB6986

Tints of Charm #CB6986

Color information

#CB6986 (or 0xCB6986) is unknown color: approx Charm. HEX triplet: CB, 69 and 86. RGB value is (203,105,134). Sum of RGB (Red+Green+Blue) = 203+105+134=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6986 is #349679. Grayscale: #898989. Windows color (decimal): -3446394 or 8808907. OLE color: 8808907.

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

Color convert

RGB203105134-
CMYK00.480.340.20
HSL342.24º48.51%60.39%-
HSV(B)342.24º48.28%79.61%-
XYZ33.9824.5225.5-
YUV137.61125.97174.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=45.93%
G=23.76%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310513400.480.340.20342.2448.5160.39
HexCB69860302214156313c
Octal31315120606042245266174
Binary11001011110100110000110011000010001010100101010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6986; }

 p { color: rgb(203,105,134); }

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

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

 a { background-color: rgb(203,105,134); }

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

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

 span { border-color: rgb(203,105,134); }

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