#cc736a

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

Shades of Contessa #CC736A

Tints of Contessa #CC736A

Color information

#CC736A (or 0xCC736A) is unknown color: approx Contessa. HEX triplet: CC, 73 and 6A. RGB value is (204,115,106). Sum of RGB (Red+Green+Blue) = 204+115+106=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC736A is #338C95. Grayscale: #8C8C8C. Windows color (decimal): -3378326 or 6976460. OLE color: 6976460.

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

Color convert

RGB204115106-
CMYK00.440.480.2
HSL5.51º49%60.78%-
HSV(B)5.51º48.04%80%-
XYZ33.6326.1416.91-
YUV140.58108.49173.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=48%
G=27.06%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411510600.440.480.25.514960.78
HexCC736A02C30146313d
Octal314163152054602466175
Binary1100110011100111101010010110011000010100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc736a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc736a; }

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

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

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

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

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

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

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

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