#C37269

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

Shades of Contessa #C37269

Tints of Contessa #C37269

Color information

#C37269 (or 0xC37269) is unknown color: approx Contessa. HEX triplet: C3, 72 and 69. RGB value is (195,114,105). Sum of RGB (Red+Green+Blue) = 195+114+105=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C37269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37269 is #3C8D96. Grayscale: #898989. Windows color (decimal): -3968407 or 6910659. OLE color: 6910659.

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

Color convert

RGB195114105-
CMYK00.420.460.24
HSL42.86%58.82%-
HSV(B)46.15%76.47%-
XYZ31.0724.6616.49-
YUV137.19109.84169.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=47.10%
G=27.54%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511410500.420.460.24642.8658.82
HexC3726902A2E1862b3b
Octal303162151052563065373
Binary1100001111100101101001010101010111011000110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37269; }

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

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

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

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

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

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

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

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