#C0736C

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

Shades of Contessa #C0736C

Tints of Contessa #C0736C

Color information

#C0736C (or 0xC0736C) is unknown color: approx Contessa. HEX triplet: C0, 73 and 6C. RGB value is (192,115,108). Sum of RGB (Red+Green+Blue) = 192+115+108=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0736C is #3F8C93. Grayscale: #898989. Windows color (decimal): -4164756 or 7107520. OLE color: 7107520.

HSL color Cylindrical-coordinate representation of color #C0736C: hue angle of 5º 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 #C0736C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB192115108-
CMYK00.400.440.25
HSL40%58.82%-
HSV(B)43.75%75.29%-
XYZ30.5824.5517.31-
YUV137.22111.51167.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=46.27%
G=27.71%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211510800.400.440.2554058.82
HexC0736C0282C195283b
Octal300163154050543155073
Binary1100000011100111101100010100010110011001101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0736C; }

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

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

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

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

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

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

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

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