#C37069

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

Shades of Contessa #C37069

Tints of Contessa #C37069

Color information

#C37069 (or 0xC37069) is unknown color: approx Contessa. HEX triplet: C3, 70 and 69. RGB value is (195,112,105). Sum of RGB (Red+Green+Blue) = 195+112+105=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C37069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37069 is #3C8F96. Grayscale: #888888. Windows color (decimal): -3968919 or 6910147. OLE color: 6910147.

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

Color convert

RGB195112105-
CMYK00.430.460.24
HSL4.67º42.86%58.82%-
HSV(B)4.67º46.15%76.47%-
XYZ30.8524.2116.41-
YUV136.02110.5170.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=47.33%
G=27.18%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511210500.430.460.244.6742.8658.82
HexC3706902B2E1852b3b
Octal303160151053563055373
Binary1100001111100001101001010101110111011000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37069; }

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

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

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

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

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

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

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

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