#CB6E82

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

Shades of Charm #CB6E82

Tints of Charm #CB6E82

Color information

#CB6E82 (or 0xCB6E82) is unknown color: approx Charm. HEX triplet: CB, 6E and 82. RGB value is (203,110,130). Sum of RGB (Red+Green+Blue) = 203+110+130=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6E82 is #34917D. Grayscale: #8C8C8C. Windows color (decimal): -3445118 or 8548043. OLE color: 8548043.

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

Color convert

RGB203110130-
CMYK00.460.360.20
HSL347.1º47.21%61.37%-
HSV(B)347.1º45.81%79.61%-
XYZ34.2325.4624.23-
YUV140.09122.31172.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=45.82%
G=24.83%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311013000.460.360.20347.147.2161.37
HexCB6E8202E241415b2f3d
Octal31315620205644245335775
Binary11001011110111010000010010111010010010100101011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E82; }

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

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

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

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

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

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

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

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