#C07969

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

Shades of Contessa #C07969

Tints of Contessa #C07969

Color information

#C07969 (or 0xC07969) is unknown color: approx Contessa. HEX triplet: C0, 79 and 69. RGB value is (192,121,105). Sum of RGB (Red+Green+Blue) = 192+121+105=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C07969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07969 is #3F8696. Grayscale: #8C8C8C. Windows color (decimal): -4163223 or 6912448. OLE color: 6912448.

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

Color convert

RGB192121105-
CMYK00.370.450.25
HSL11.03º40.85%58.24%-
HSV(B)11.03º45.31%75.29%-
XYZ31.1325.916.72-
YUV140.4108.02164.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=45.93%
G=28.95%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212110500.370.450.2511.0340.8558.24
HexC079690252D19b293a
Octal3001711510455531135172
Binary11000000111100111010010100101101101110011011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07969; }

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

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

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

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

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

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

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

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