#C37066

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

Shades of Contessa #C37066

Tints of Contessa #C37066

Color information

#C37066 (or 0xC37066) is unknown color: approx Contessa. HEX triplet: C3, 70 and 66. RGB value is (195,112,102). Sum of RGB (Red+Green+Blue) = 195+112+102=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C37066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37066 is #3C8F99. Grayscale: #878787. Windows color (decimal): -3968922 or 6713539. OLE color: 6713539.

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

Color convert

RGB195112102-
CMYK00.430.480.24
HSL6.45º43.66%58.24%-
HSV(B)6.45º47.69%76.47%-
XYZ30.724.1515.61-
YUV135.68109170.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=47.68%
G=27.38%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511210200.430.480.246.4543.6658.24
HexC3706602B301862c3a
Octal303160146053603065472
Binary1100001111100001100110010101111000011000110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37066; }

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

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

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

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

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

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

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

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