#C37064

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

Shades of Contessa #C37064

Tints of Contessa #C37064

Color information

#C37064 (or 0xC37064) is unknown color: approx Contessa. HEX triplet: C3, 70 and 64. RGB value is (195,112,100). Sum of RGB (Red+Green+Blue) = 195+112+100=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C37064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37064 is #3C8F9B. Grayscale: #878787. Windows color (decimal): -3968924 or 6582467. OLE color: 6582467.

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

Color convert

RGB195112100-
CMYK00.430.490.24
HSL7.58º44.19%57.84%-
HSV(B)7.58º48.72%76.47%-
XYZ30.624.1115.1-
YUV135.45108170.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=47.91%
G=27.52%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511210000.430.490.247.5844.1957.84
HexC3706402B311882c3a
Octal3031601440536130105472
Binary11000011111000011001000101011110001110001000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37064; }

 p { color: rgb(195,112,100); }

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

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

 a { background-color: rgb(195,112,100); }

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

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

 span { border-color: rgb(195,112,100); }

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