#C76967

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

Shades of Contessa #C76967

Tints of Contessa #C76967

Color information

#C76967 (or 0xC76967) is unknown color: approx Contessa. HEX triplet: C7, 69 and 67. RGB value is (199,105,103). Sum of RGB (Red+Green+Blue) = 199+105+103=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C76967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76967 is #389698. Grayscale: #848484. Windows color (decimal): -3708569 or 6777287. OLE color: 6777287.

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

Color convert

RGB199105103-
CMYK00.470.480.22
HSL1.25º46.15%59.22%-
HSV(B)1.25º48.24%78.04%-
XYZ31.0523.2215.68-
YUV132.88111.14175.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=48.89%
G=25.80%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910510300.470.480.221.2546.1559.22
HexC7696702F301612e3b
Octal307151147057602615673
Binary11000111110100111001110101111110000101101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76967; }

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

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

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

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

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

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

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

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