#CC7B7E

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

Shades of Charm #CC7B7E

Tints of Charm #CC7B7E

Color information

#CC7B7E (or 0xCC7B7E) is unknown color: approx Charm. HEX triplet: CC, 7B and 7E. RGB value is (204,123,126). Sum of RGB (Red+Green+Blue) = 204+123+126=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B7E is #338481. Grayscale: #939393. Windows color (decimal): -3376258 or 8289228. OLE color: 8289228.

HSL color Cylindrical-coordinate representation of color #CC7B7E: hue angle of 357.78º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7B7E is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204123126-
CMYK00.400.380.2
HSL357.78º44.26%64.12%-
HSV(B)357.78º39.71%80%-
XYZ35.7528.5123.36-
YUV147.56115.84168.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=45.03%
G=27.15%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412312600.400.380.2357.7844.2664.12
HexCC7B7E02826141662c40
Octal314173176050462454654100
Binary11001100111101111111100101000100110101001011001101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7B7E; }

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

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

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

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

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

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

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

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