#C37965

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

Shades of Contessa #C37965

Tints of Contessa #C37965

Color information

#C37965 (or 0xC37965) is unknown color: approx Contessa. HEX triplet: C3, 79 and 65. RGB value is (195,121,101). Sum of RGB (Red+Green+Blue) = 195+121+101=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C37965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37965 is #3C869A. Grayscale: #8D8D8D. Windows color (decimal): -3966619 or 6650307. OLE color: 6650307.

HSL color Cylindrical-coordinate representation of color #C37965: hue angle of 12.77º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C37965 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB195121101-
CMYK00.380.480.24
HSL12.77º43.93%58.04%-
HSV(B)12.77º48.21%76.47%-
XYZ31.6926.2215.7-
YUV140.85105.52166.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=46.76%
G=29.02%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512110100.380.480.2412.7743.9358.04
HexC379650263018d2c3a
Octal3031711450466030155472
Binary11000011111100111001010100110110000110001101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37965; }

 p { color: rgb(195,121,101); }

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

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

 a { background-color: rgb(195,121,101); }

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

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

 span { border-color: rgb(195,121,101); }

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