#C27150

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

Shades of Red Damask #C27150

Tints of Red Damask #C27150

Color information

#C27150 (or 0xC27150) is unknown color: approx Red Damask. HEX triplet: C2, 71 and 50. RGB value is (194,113,80). Sum of RGB (Red+Green+Blue) = 194+113+80=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C27150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27150 is #3D8EAF. Grayscale: #858585. Windows color (decimal): -4034224 or 5272002. OLE color: 5272002.

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

Color convert

RGB19411380-
CMYK00.420.590.24
HSL17.37º48.31%53.73%-
HSV(B)17.37º58.76%76.08%-
XYZ29.623.8610.63-
YUV133.4697.84171.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.13%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=50.13%
G=29.20%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941138000.420.590.2417.3748.3153.73
HexC2715002A3B18113036
Octal3021611200527330216066
Binary110000101110001101000001010101110111100010001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27150; }

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

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

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

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

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

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

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

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