#C27C55

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

Shades of Red Damask #C27C55

Tints of Red Damask #C27C55

Color information

#C27C55 (or 0xC27C55) is unknown color: approx Red Damask. HEX triplet: C2, 7C and 55. RGB value is (194,124,85). Sum of RGB (Red+Green+Blue) = 194+124+85=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C55 is #3D83AA. Grayscale: #8C8C8C. Windows color (decimal): -4031403 or 5602498. OLE color: 5602498.

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

Color convert

RGB19412485-
CMYK00.360.560.24
HSL21.47º47.19%54.71%-
HSV(B)21.47º56.19%76.08%-
XYZ31.126.5412.08-
YUV140.4896.69166.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=48.14%
G=30.77%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941248500.360.560.2421.4747.1954.71
HexC27C550243818152f37
Octal3021741250447030255767
Binary110000101111100101010101001001110001100010101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C55; }

 p { color: rgb(194,124,85); }

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

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

 a { background-color: rgb(194,124,85); }

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

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

 span { border-color: rgb(194,124,85); }

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