#C27954

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

Shades of Red Damask #C27954

Tints of Red Damask #C27954

Color information

#C27954 (or 0xC27954) is unknown color: approx Red Damask. HEX triplet: C2, 79 and 54. RGB value is (194,121,84). Sum of RGB (Red+Green+Blue) = 194+121+84=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C27954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27954 is #3D86AB. Grayscale: #8A8A8A. Windows color (decimal): -4032172 or 5536194. OLE color: 5536194.

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

Color convert

RGB19412184-
CMYK00.380.570.24
HSL20.18º47.41%54.51%-
HSV(B)20.18º56.7%76.08%-
XYZ30.6925.7811.75-
YUV138.6197.18167.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=48.62%
G=30.33%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941218400.380.570.2420.1847.4154.51
HexC279540263918142f37
Octal3021711240467130245767
Binary110000101111001101010001001101110011100010100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27954; }

 p { color: rgb(194,121,84); }

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

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

 a { background-color: rgb(194,121,84); }

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

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

 span { border-color: rgb(194,121,84); }

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