#CB6882

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

Shades of Charm #CB6882

Tints of Charm #CB6882

Color information

#CB6882 (or 0xCB6882) is unknown color: approx Charm. HEX triplet: CB, 68 and 82. RGB value is (203,104,130). Sum of RGB (Red+Green+Blue) = 203+104+130=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6882 is #34977D. Grayscale: #888888. Windows color (decimal): -3446654 or 8546507. OLE color: 8546507.

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

Color convert

RGB203104130-
CMYK00.490.360.20
HSL344.24º48.77%60.2%-
HSV(B)344.24º48.77%79.61%-
XYZ33.6124.2124.02-
YUV136.56124.3175.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=46.45%
G=23.80%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310413000.490.360.20344.2448.7760.2
HexCB68820312414158313c
Octal31315020206144245306174
Binary11001011110100010000010011000110010010100101011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6882; }

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

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

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

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

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

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

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

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