#C76969

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

Shades of Contessa #C76969

Tints of Contessa #C76969

Color information

#C76969 (or 0xC76969) is unknown color: approx Contessa. HEX triplet: C7, 69 and 69. RGB value is (199,105,105). Sum of RGB (Red+Green+Blue) = 199+105+105=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C76969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76969 is #389696. Grayscale: #858585. Windows color (decimal): -3708567 or 6908359. OLE color: 6908359.

HSL color Cylindrical-coordinate representation of color #C76969: hue angle of 0º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76969 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB199105105-
CMYK00.470.470.22
HSL45.63%59.61%-
HSV(B)47.24%78.04%-
XYZ31.1523.2716.21-
YUV133.11112.14175-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.66%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=48.66%
G=25.67%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910510500.470.470.22045.6359.61
HexC7696902F2F1602e3c
Octal307151151057572605674
Binary11000111110100111010010101111101111101100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76969; }

 p { color: rgb(199,105,105); }

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

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

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

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

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

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

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