#C0726C

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

Shades of Contessa #C0726C

Tints of Contessa #C0726C

Color information

#C0726C (or 0xC0726C) is unknown color: approx Contessa. HEX triplet: C0, 72 and 6C. RGB value is (192,114,108). Sum of RGB (Red+Green+Blue) = 192+114+108=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0726C is #3F8D93. Grayscale: #888888. Windows color (decimal): -4165012 or 7107264. OLE color: 7107264.

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

Color convert

RGB192114108-
CMYK00.410.440.25
HSL4.29º40%58.82%-
HSV(B)4.29º43.75%75.29%-
XYZ30.4624.3217.28-
YUV136.64111.84167.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=46.38%
G=27.54%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211410800.410.440.254.294058.82
HexC0726C0292C194283b
Octal300162154051543145073
Binary1100000011100101101100010100110110011001100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0726C; }

 p { color: rgb(192,114,108); }

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

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

 a { background-color: rgb(192,114,108); }

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

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

 span { border-color: rgb(192,114,108); }

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