#C27152

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

Shades of Red Damask #C27152

Tints of Red Damask #C27152

Color information

#C27152 (or 0xC27152) is unknown color: approx Red Damask. HEX triplet: C2, 71 and 52. RGB value is (194,113,82). Sum of RGB (Red+Green+Blue) = 194+113+82=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C27152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27152 is #3D8EAD. Grayscale: #858585. Windows color (decimal): -4034222 or 5403074. OLE color: 5403074.

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

Color convert

RGB19411382-
CMYK00.420.580.24
HSL16.61º47.86%54.12%-
HSV(B)16.61º57.73%76.08%-
XYZ29.6823.8911.03-
YUV133.6898.84171.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=49.87%
G=29.05%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941138200.420.580.2416.6147.8654.12
HexC2715202A3A18113036
Octal3021611220527230216066
Binary110000101110001101001001010101110101100010001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27152; }

 p { color: rgb(194,113,82); }

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

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

 a { background-color: rgb(194,113,82); }

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

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

 span { border-color: rgb(194,113,82); }

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