#CB6886

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

Shades of Charm #CB6886

Tints of Charm #CB6886

Color information

#CB6886 (or 0xCB6886) is unknown color: approx Charm. HEX triplet: CB, 68 and 86. RGB value is (203,104,134). Sum of RGB (Red+Green+Blue) = 203+104+134=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6886 is #349779. Grayscale: #898989. Windows color (decimal): -3446650 or 8808651. OLE color: 8808651.

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

Color convert

RGB203104134-
CMYK00.490.340.20
HSL341.82º48.77%60.2%-
HSV(B)341.82º48.77%79.61%-
XYZ33.8824.3225.46-
YUV137.02126.3175.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=46.03%
G=23.58%
B=30.39%

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
Decimal20310413400.490.340.20341.8248.7760.2
HexCB68860312214156313c
Octal31315020606142245266174
Binary11001011110100010000110011000110001010100101010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6886; }

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

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

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

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

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

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

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

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