#CB6C82

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

Shades of Charm #CB6C82

Tints of Charm #CB6C82

Color information

#CB6C82 (or 0xCB6C82) is unknown color: approx Charm. HEX triplet: CB, 6C and 82. RGB value is (203,108,130). Sum of RGB (Red+Green+Blue) = 203+108+130=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6C82 is #34937D. Grayscale: #8A8A8A. Windows color (decimal): -3445630 or 8547531. OLE color: 8547531.

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

Color convert

RGB203108130-
CMYK00.470.360.20
HSL346.11º47.74%60.98%-
HSV(B)346.11º46.8%79.61%-
XYZ34.0225.0324.16-
YUV138.91122.97173.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=46.03%
G=24.49%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310813000.470.360.20346.1147.7460.98
HexCB6C8202F241415a303d
Octal31315420205744245326075
Binary11001011110110010000010010111110010010100101011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6C82; }

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

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

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

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

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

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

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

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