#C27067

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

Shades of Contessa #C27067

Tints of Contessa #C27067

Color information

#C27067 (or 0xC27067) is unknown color: approx Contessa. HEX triplet: C2, 70 and 67. RGB value is (194,112,103). Sum of RGB (Red+Green+Blue) = 194+112+103=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C27067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27067 is #3D8F98. Grayscale: #878787. Windows color (decimal): -4034457 or 6779074. OLE color: 6779074.

HSL color Cylindrical-coordinate representation of color #C27067: hue angle of 5.93º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27067 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB194112103-
CMYK00.420.470.24
HSL5.93º42.72%58.24%-
HSV(B)5.93º46.91%76.08%-
XYZ30.4924.0415.86-
YUV135.49109.67169.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=47.43%
G=27.38%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411210300.420.470.245.9342.7258.24
HexC2706702A2F1862b3a
Octal302160147052573065372
Binary1100001011100001100111010101010111111000110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27067; }

 p { color: rgb(194,112,103); }

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

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

 a { background-color: rgb(194,112,103); }

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

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

 span { border-color: rgb(194,112,103); }

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