#C07361

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

Shades of Contessa #C07361

Tints of Contessa #C07361

Color information

#C07361 (or 0xC07361) is unknown color: approx Contessa. HEX triplet: C0, 73 and 61. RGB value is (192,115,97). Sum of RGB (Red+Green+Blue) = 192+115+97=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C07361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07361 is #3F8C9E. Grayscale: #888888. Windows color (decimal): -4164767 or 6386624. OLE color: 6386624.

HSL color Cylindrical-coordinate representation of color #C07361: hue angle of 11.37º 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 #C07361 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19211597-
CMYK00.400.490.25
HSL11.37º42.99%56.67%-
HSV(B)11.37º49.48%75.29%-
XYZ30.0324.3314.42-
YUV135.97106.01167.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=47.52%
G=28.47%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921159700.400.490.2511.3742.9956.67
HexC073610283119b2b39
Octal3001631410506131135371
Binary11000000111001111000010101000110001110011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07361; }

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

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

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

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

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

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

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

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