#C07674

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

Shades of Contessa #C07674

Tints of Contessa #C07674

Color information

#C07674 (or 0xC07674) is unknown color: approx Contessa. HEX triplet: C0, 76 and 74. RGB value is (192,118,116). Sum of RGB (Red+Green+Blue) = 192+118+116=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07674 is #3F898B. Grayscale: #8B8B8B. Windows color (decimal): -4163980 or 7632576. OLE color: 7632576.

HSL color Cylindrical-coordinate representation of color #C07674: hue angle of 1.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07674 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192118116-
CMYK00.390.400.25
HSL1.58º37.62%60.39%-
HSV(B)1.58º39.58%75.29%-
XYZ31.3725.4219.78-
YUV139.9114.52165.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 116 (45.70% from 255) = 27.23%
R=45.07%
G=27.70%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211811600.390.400.251.5837.6260.39
HexC0767402728192263c
Octal300166164047503124674
Binary110000001110110111010001001111010001100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07674; }

 p { color: rgb(192,118,116); }

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

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

 a { background-color: rgb(192,118,116); }

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

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

 span { border-color: rgb(192,118,116); }

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