#C37A65

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

Shades of Contessa #C37A65

Tints of Contessa #C37A65

Color information

#C37A65 (or 0xC37A65) is unknown color: approx Contessa. HEX triplet: C3, 7A and 65. RGB value is (195,122,101). Sum of RGB (Red+Green+Blue) = 195+122+101=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A65 is #3C859A. Grayscale: #8D8D8D. Windows color (decimal): -3966363 or 6650563. OLE color: 6650563.

HSL color Cylindrical-coordinate representation of color #C37A65: hue angle of 13.4º 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 #C37A65 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB195122101-
CMYK00.370.480.24
HSL13.4º43.93%58.04%-
HSV(B)13.4º48.21%76.47%-
XYZ31.8126.4615.74-
YUV141.43105.18166.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.65%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=46.65%
G=29.19%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512210100.370.480.2413.443.9358.04
HexC37A650253018d2c3a
Octal3031721450456030155472
Binary11000011111101011001010100101110000110001101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A65; }

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

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

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

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

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

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

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

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