#C27467

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

Shades of Contessa #C27467

Tints of Contessa #C27467

Color information

#C27467 (or 0xC27467) is unknown color: approx Contessa. HEX triplet: C2, 74 and 67. RGB value is (194,116,103). Sum of RGB (Red+Green+Blue) = 194+116+103=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C27467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27467 is #3D8B98. Grayscale: #898989. Windows color (decimal): -4033433 or 6780098. OLE color: 6780098.

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

Color convert

RGB194116103-
CMYK00.400.470.24
HSL8.57º42.72%58.24%-
HSV(B)8.57º46.91%76.08%-
XYZ30.9424.9416.01-
YUV137.84108.34168.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=46.97%
G=28.09%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411610300.400.470.248.5742.7258.24
HexC274670282F1892b3a
Octal3021641470505730115372
Binary11000010111010011001110101000101111110001001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27467; }

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

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

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

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

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

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

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

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