#C27A69

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

Shades of Contessa #C27A69

Tints of Contessa #C27A69

Color information

#C27A69 (or 0xC27A69) is unknown color: approx Contessa. HEX triplet: C2, 7A and 69. RGB value is (194,122,105). Sum of RGB (Red+Green+Blue) = 194+122+105=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A69 is #3D8596. Grayscale: #8D8D8D. Windows color (decimal): -4031895 or 6912706. OLE color: 6912706.

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

Color convert

RGB194122105-
CMYK00.370.460.24
HSL11.46º42.18%58.63%-
HSV(B)11.46º45.88%76.08%-
XYZ31.7626.4116.79-
YUV141.59107.35165.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=46.08%
G=28.98%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412210500.370.460.2411.4642.1858.63
HexC27A690252E18b2a3b
Octal3021721510455630135273
Binary11000010111101011010010100101101110110001011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A69; }

 p { color: rgb(194,122,105); }

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

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

 a { background-color: rgb(194,122,105); }

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

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

 span { border-color: rgb(194,122,105); }

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