#CB6E7E

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

Shades of Charm #CB6E7E

Tints of Charm #CB6E7E

Color information

#CB6E7E (or 0xCB6E7E) is unknown color: approx Charm. HEX triplet: CB, 6E and 7E. RGB value is (203,110,126). Sum of RGB (Red+Green+Blue) = 203+110+126=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E7E is #349181. Grayscale: #8B8B8B. Windows color (decimal): -3445122 or 8285899. OLE color: 8285899.

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

Color convert

RGB203110126-
CMYK00.460.380.20
HSL349.68º47.21%61.37%-
HSV(B)349.68º45.81%79.61%-
XYZ33.9725.3522.84-
YUV139.63120.31173.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=46.24%
G=25.06%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311012600.460.380.20349.6847.2161.37
HexCB6E7E02E261415e2f3d
Octal31315617605646245365775
Binary1100101111011101111110010111010011010100101011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E7E; }

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

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

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

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

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

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

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

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