#CC7089

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

Shades of Charm #CC7089

Tints of Charm #CC7089

Color information

#CC7089 (or 0xCC7089) is unknown color: approx Charm. HEX triplet: CC, 70 and 89. RGB value is (204,112,137). Sum of RGB (Red+Green+Blue) = 204+112+137=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7089 is #338F76. Grayscale: #8E8E8E. Windows color (decimal): -3379063 or 9007308. OLE color: 9007308.

HSL color Cylindrical-coordinate representation of color #CC7089: hue angle of 343.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7089 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204112137-
CMYK00.450.330.2
HSL343.7º47.42%61.96%-
HSV(B)343.7º45.1%80%-
XYZ35.2126.2326.87-
YUV142.36124.98171.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 112 (44.14% from 255) = 24.72%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=45.03%
G=24.72%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411213700.450.330.2343.747.4261.96
HexCC708902D21141582f3e
Octal31416021105541245305776
Binary11001100111000010001001010110110000110100101011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7089; }

 p { color: rgb(204,112,137); }

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

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

 a { background-color: rgb(204,112,137); }

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

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

 span { border-color: rgb(204,112,137); }

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