#C27852

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

Shades of Red Damask #C27852

Tints of Red Damask #C27852

Color information

#C27852 (or 0xC27852) is unknown color: approx Red Damask. HEX triplet: C2, 78 and 52. RGB value is (194,120,82). Sum of RGB (Red+Green+Blue) = 194+120+82=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C27852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27852 is #3D87AD. Grayscale: #8A8A8A. Windows color (decimal): -4032430 or 5404866. OLE color: 5404866.

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

Color convert

RGB19412082-
CMYK00.380.580.24
HSL20.36º47.86%54.12%-
HSV(B)20.36º57.73%76.08%-
XYZ30.4925.5111.3-
YUV137.7996.52168.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=48.99%
G=30.30%
B=20.71%

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
Decimal1941208200.380.580.2420.3647.8654.12
HexC278520263A18143036
Octal3021701220467230246066
Binary110000101111000101001001001101110101100010100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27852; }

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

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

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

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

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

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

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

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