#C37864

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

Shades of Contessa #C37864

Tints of Contessa #C37864

Color information

#C37864 (or 0xC37864) is unknown color: approx Contessa. HEX triplet: C3, 78 and 64. RGB value is (195,120,100). Sum of RGB (Red+Green+Blue) = 195+120+100=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C37864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37864 is #3C879B. Grayscale: #8C8C8C. Windows color (decimal): -3966876 or 6584515. OLE color: 6584515.

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

Color convert

RGB195120100-
CMYK00.380.490.24
HSL12.63º44.19%57.84%-
HSV(B)12.63º48.72%76.47%-
XYZ31.5225.9615.41-
YUV140.15105.35167.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=46.99%
G=28.92%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512010000.380.490.2412.6344.1957.84
HexC378640263118d2c3a
Octal3031701440466130155472
Binary11000011111100011001000100110110001110001101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37864; }

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

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

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

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

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

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

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

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