#CC7369

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

Shades of Contessa #CC7369

Tints of Contessa #CC7369

Color information

#CC7369 (or 0xCC7369) is unknown color: approx Contessa. HEX triplet: CC, 73 and 69. RGB value is (204,115,105). Sum of RGB (Red+Green+Blue) = 204+115+105=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7369 is #338C96. Grayscale: #8C8C8C. Windows color (decimal): -3378327 or 6910924. OLE color: 6910924.

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

Color convert

RGB204115105-
CMYK00.440.490.2
HSL6.06º49.25%60.59%-
HSV(B)6.06º48.53%80%-
XYZ33.5826.1216.64-
YUV140.47107.99173.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=48.11%
G=27.12%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411510500.440.490.26.0649.2560.59
HexCC736902C31146313d
Octal314163151054612466175
Binary1100110011100111101001010110011000110100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7369; }

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

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

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

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

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

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

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

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