#CC746C

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

Shades of Contessa #CC746C

Tints of Contessa #CC746C

Color information

#CC746C (or 0xCC746C) is unknown color: approx Contessa. HEX triplet: CC, 74 and 6C. RGB value is (204,116,108). Sum of RGB (Red+Green+Blue) = 204+116+108=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC746C is #338B93. Grayscale: #8D8D8D. Windows color (decimal): -3378068 or 7107788. OLE color: 7107788.

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

Color convert

RGB204116108-
CMYK00.430.470.2
HSL48.48%61.18%-
HSV(B)47.06%80%-
XYZ33.8526.4117.5-
YUV141.4109.15172.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=47.66%
G=27.10%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411610800.430.470.2548.4861.18
HexCC746C02B2F145303d
Octal314164154053572456075
Binary1100110011101001101100010101110111110100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC746C; }

 p { color: rgb(204,116,108); }

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

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

 a { background-color: rgb(204,116,108); }

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

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

 span { border-color: rgb(204,116,108); }

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