#CC746A

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

Shades of Contessa #CC746A

Tints of Contessa #CC746A

Color information

#CC746A (or 0xCC746A) is unknown color: approx Contessa. HEX triplet: CC, 74 and 6A. RGB value is (204,116,106). Sum of RGB (Red+Green+Blue) = 204+116+106=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC746A is #338B95. Grayscale: #8D8D8D. Windows color (decimal): -3378070 or 6976716. OLE color: 6976716.

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

Color convert

RGB204116106-
CMYK00.430.480.2
HSL6.12º49%60.78%-
HSV(B)6.12º48.04%80%-
XYZ33.7526.3716.95-
YUV141.17108.15172.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=47.89%
G=27.23%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411610600.430.480.26.124960.78
HexCC746A02B30146313d
Octal314164152053602466175
Binary1100110011101001101010010101111000010100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC746A; }

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

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

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

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

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

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

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

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