#CC7E8B

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

Shades of Charm #CC7E8B

Tints of Charm #CC7E8B

Color information

#CC7E8B (or 0xCC7E8B) is unknown color: approx Charm. HEX triplet: CC, 7E and 8B. RGB value is (204,126,139). Sum of RGB (Red+Green+Blue) = 204+126+139=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7E8B is #338174. Grayscale: #969696. Windows color (decimal): -3375477 or 9141964. OLE color: 9141964.

HSL color Cylindrical-coordinate representation of color #CC7E8B: hue angle of 350º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7E8B is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204126139-
CMYK00.380.320.2
HSL350º43.33%64.71%-
HSV(B)350º38.24%80%-
XYZ37.0229.6228.19-
YUV150.8121.34165.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=43.50%
G=26.87%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412613900.380.320.235043.3364.71
HexCC7E8B026201415e2b41
Octal314176213046402453653101
Binary110011001111110100010110100110100000101001010111101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E8B; }

 p { color: rgb(204,126,139); }

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

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

 a { background-color: rgb(204,126,139); }

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

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

 span { border-color: rgb(204,126,139); }

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