#C07561

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

Shades of Contessa #C07561

Tints of Contessa #C07561

Color information

#C07561 (or 0xC07561) is unknown color: approx Contessa. HEX triplet: C0, 75 and 61. RGB value is (192,117,97). Sum of RGB (Red+Green+Blue) = 192+117+97=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C07561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07561 is #3F8A9E. Grayscale: #898989. Windows color (decimal): -4164255 or 6387136. OLE color: 6387136.

HSL color Cylindrical-coordinate representation of color #C07561: hue angle of 12.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07561 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19211797-
CMYK00.390.490.25
HSL12.63º42.99%56.67%-
HSV(B)12.63º49.48%75.29%-
XYZ30.2624.7914.5-
YUV137.15105.35167.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=47.29%
G=28.82%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921179700.390.490.2512.6342.9956.67
HexC075610273119d2b39
Octal3001651410476131155371
Binary11000000111010111000010100111110001110011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07561; }

 p { color: rgb(192,117,97); }

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

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

 a { background-color: rgb(192,117,97); }

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

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

 span { border-color: rgb(192,117,97); }

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