#C27952

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

Shades of Red Damask #C27952

Tints of Red Damask #C27952

Color information

#C27952 (or 0xC27952) is unknown color: approx Red Damask. HEX triplet: C2, 79 and 52. RGB value is (194,121,82). Sum of RGB (Red+Green+Blue) = 194+121+82=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27952 is #3D86AD. Grayscale: #8A8A8A. Windows color (decimal): -4032174 or 5405122. OLE color: 5405122.

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

Color convert

RGB19412182-
CMYK00.380.580.24
HSL20.89º47.86%54.12%-
HSV(B)20.89º57.73%76.08%-
XYZ30.6125.7511.34-
YUV138.3896.18167.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=48.87%
G=30.48%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941218200.380.580.2420.8947.8654.12
HexC279520263A18153036
Octal3021711220467230256066
Binary110000101111001101001001001101110101100010101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27952; }

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

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

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

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

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

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

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

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