#C36962

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

Shades of Contessa #C36962

Tints of Contessa #C36962

Color information

#C36962 (or 0xC36962) is unknown color: approx Contessa. HEX triplet: C3, 69 and 62. RGB value is (195,105,98). Sum of RGB (Red+Green+Blue) = 195+105+98=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C36962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36962 is #3C969D. Grayscale: #838383. Windows color (decimal): -3970718 or 6449603. OLE color: 6449603.

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

Color convert

RGB19510598-
CMYK00.460.500.24
HSL4.33º44.7%57.45%-
HSV(B)4.33º49.74%76.47%-
XYZ29.7622.5914.35-
YUV131.11109.32173.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=48.99%
G=26.38%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951059800.460.500.244.3344.757.45
HexC3696202E321842d39
Octal303151142056623045571
Binary1100001111010011100010010111011001011000100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36962; }

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

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

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

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

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

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

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

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