#C07767

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

Shades of Contessa #C07767

Tints of Contessa #C07767

Color information

#C07767 (or 0xC07767) is unknown color: approx Contessa. HEX triplet: C0, 77 and 67. RGB value is (192,119,103). Sum of RGB (Red+Green+Blue) = 192+119+103=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C07767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07767 is #3F8898. Grayscale: #8B8B8B. Windows color (decimal): -4163737 or 6780864. OLE color: 6780864.

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

Color convert

RGB192119103-
CMYK00.380.460.25
HSL10.79º41.4%57.84%-
HSV(B)10.79º46.35%75.29%-
XYZ30.7825.3816.11-
YUV139107.68165.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 103 (40.62% from 255) = 24.88%
R=46.38%
G=28.74%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211910300.380.460.2510.7941.457.84
HexC077670262E19b293a
Octal3001671470465631135172
Binary11000000111011111001110100110101110110011011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07767; }

 p { color: rgb(192,119,103); }

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

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

 a { background-color: rgb(192,119,103); }

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

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

 span { border-color: rgb(192,119,103); }

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