#C27A51

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

Shades of Red Damask #C27A51

Tints of Red Damask #C27A51

Color information

#C27A51 (or 0xC27A51) is unknown color: approx Red Damask. HEX triplet: C2, 7A and 51. RGB value is (194,122,81). Sum of RGB (Red+Green+Blue) = 194+122+81=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A51 is #3D85AE. Grayscale: #8B8B8B. Windows color (decimal): -4031919 or 5339842. OLE color: 5339842.

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

Color convert

RGB19412281-
CMYK00.370.580.24
HSL21.77º48.09%53.92%-
HSV(B)21.77º58.25%76.08%-
XYZ30.6925.9811.18-
YUV138.8595.35167.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=48.87%
G=30.73%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941228100.370.580.2421.7748.0953.92
HexC27A510253A18163036
Octal3021721210457230266066
Binary110000101111010101000101001011110101100010110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A51; }

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

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

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

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

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

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

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

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