#C07964

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

Shades of Contessa #C07964

Tints of Contessa #C07964

Color information

#C07964 (or 0xC07964) is unknown color: approx Contessa. HEX triplet: C0, 79 and 64. RGB value is (192,121,100). Sum of RGB (Red+Green+Blue) = 192+121+100=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C07964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07964 is #3F869B. Grayscale: #8B8B8B. Windows color (decimal): -4163228 or 6584768. OLE color: 6584768.

HSL color Cylindrical-coordinate representation of color #C07964: hue angle of 13.7º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07964 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB192121100-
CMYK00.370.480.25
HSL13.7º42.2%57.25%-
HSV(B)13.7º47.92%75.29%-
XYZ30.8825.815.41-
YUV139.84105.52165.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=46.49%
G=29.30%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212110000.370.480.2513.742.257.25
HexC079640253019e2a39
Octal3001711440456031165271
Binary11000000111100111001000100101110000110011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07964; }

 p { color: rgb(192,121,100); }

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

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

 a { background-color: rgb(192,121,100); }

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

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

 span { border-color: rgb(192,121,100); }

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