#CB6C7E

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

Shades of Charm #CB6C7E

Tints of Charm #CB6C7E

Color information

#CB6C7E (or 0xCB6C7E) is unknown color: approx Charm. HEX triplet: CB, 6C and 7E. RGB value is (203,108,126). Sum of RGB (Red+Green+Blue) = 203+108+126=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C7E is #349381. Grayscale: #8A8A8A. Windows color (decimal): -3445634 or 8285387. OLE color: 8285387.

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

Color convert

RGB203108126-
CMYK00.470.380.20
HSL348.63º47.74%60.98%-
HSV(B)348.63º46.8%79.61%-
XYZ33.7624.9322.77-
YUV138.46120.97174.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=46.45%
G=24.71%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310812600.470.380.20348.6347.7460.98
HexCB6C7E02F261415d303d
Octal31315417605746245356075
Binary1100101111011001111110010111110011010100101011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6C7E; }

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

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

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

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

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

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

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

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