#C97468

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

Shades of Contessa #C97468

Tints of Contessa #C97468

Color information

#C97468 (or 0xC97468) is unknown color: approx Contessa. HEX triplet: C9, 74 and 68. RGB value is (201,116,104). Sum of RGB (Red+Green+Blue) = 201+116+104=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C97468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97468 is #368B97. Grayscale: #8C8C8C. Windows color (decimal): -3574680 or 6845641. OLE color: 6845641.

HSL color Cylindrical-coordinate representation of color #C97468: hue angle of 7.42º 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 #C97468 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB201116104-
CMYK00.420.480.21
HSL7.42º47.32%59.8%-
HSV(B)7.42º48.26%78.82%-
XYZ32.8325.9116.37-
YUV140.05107.66171.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=47.74%
G=27.55%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111610400.420.480.217.4247.3259.8
HexC9746802A301572f3c
Octal311164150052602575774
Binary1100100111101001101000010101011000010101111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97468; }

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

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

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

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

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

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

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

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