#C67069

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

Shades of Contessa #C67069

Tints of Contessa #C67069

Color information

#C67069 (or 0xC67069) is unknown color: approx Contessa. HEX triplet: C6, 70 and 69. RGB value is (198,112,105). Sum of RGB (Red+Green+Blue) = 198+112+105=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C67069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67069 is #398F96. Grayscale: #898989. Windows color (decimal): -3772311 or 6910150. OLE color: 6910150.

HSL color Cylindrical-coordinate representation of color #C67069: hue angle of 4.52º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C67069 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB198112105-
CMYK00.430.470.22
HSL4.52º44.93%59.41%-
HSV(B)4.52º46.97%77.65%-
XYZ31.6324.6116.45-
YUV136.92109.99171.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=47.71%
G=26.99%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811210500.430.470.224.5244.9359.41
HexC6706902B2F1652d3b
Octal306160151053572655573
Binary1100011011100001101001010101110111110110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67069; }

 p { color: rgb(198,112,105); }

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

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

 a { background-color: rgb(198,112,105); }

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

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

 span { border-color: rgb(198,112,105); }

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