#CC6A61

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

Shades of Contessa #CC6A61

Tints of Contessa #CC6A61

Color information

#CC6A61 (or 0xCC6A61) is unknown color: approx Contessa. HEX triplet: CC, 6A and 61. RGB value is (204,106,97). Sum of RGB (Red+Green+Blue) = 204+106+97=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A61 is #33959E. Grayscale: #868686. Windows color (decimal): -3380639 or 6384332. OLE color: 6384332.

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

Color convert

RGB20410697-
CMYK00.480.520.2
HSL5.05º51.2%59.02%-
HSV(B)5.05º52.45%80%-
XYZ32.2124.0114.25-
YUV134.28106.97177.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=50.12%
G=26.04%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041069700.480.520.25.0551.259.02
HexCC6A6103034145333b
Octal314152141060642456373
Binary1100110011010101100001011000011010010100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A61; }

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

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

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

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

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

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

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

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