#C97768

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

Shades of Contessa #C97768

Tints of Contessa #C97768

Color information

#C97768 (or 0xC97768) is unknown color: approx Contessa. HEX triplet: C9, 77 and 68. RGB value is (201,119,104). Sum of RGB (Red+Green+Blue) = 201+119+104=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C97768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97768 is #368897. Grayscale: #8D8D8D. Windows color (decimal): -3573912 or 6846409. OLE color: 6846409.

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

Color convert

RGB201119104-
CMYK00.410.480.21
HSL9.28º47.32%59.8%-
HSV(B)9.28º48.26%78.82%-
XYZ33.1826.6116.48-
YUV141.81106.67170.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.41%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 104 (41.02% from 255) = 24.53%
R=47.41%
G=28.07%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111910400.410.480.219.2847.3259.8
HexC97768029301592f3c
Octal3111671500516025115774
Binary11001001111011111010000101001110000101011001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97768; }

 p { color: rgb(201,119,104); }

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

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

 a { background-color: rgb(201,119,104); }

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

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

 span { border-color: rgb(201,119,104); }

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