#C27248

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

Shades of Red Damask #C27248

Tints of Red Damask #C27248

Color information

#C27248 (or 0xC27248) is unknown color: approx Red Damask. HEX triplet: C2, 72 and 48. RGB value is (194,114,72). Sum of RGB (Red+Green+Blue) = 194+114+72=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C27248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27248 is #3D8DB7. Grayscale: #858585. Windows color (decimal): -4033976 or 4747970. OLE color: 4747970.

HSL color Cylindrical-coordinate representation of color #C27248: hue angle of 20.66º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C27248 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19411472-
CMYK00.410.630.24
HSL20.66º50%52.16%-
HSV(B)20.66º62.89%76.08%-
XYZ29.4423.979.21-
YUV133.1393.5171.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=51.05%
G=30%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941147200.410.630.2420.665052.16
HexC272480293F18153234
Octal3021621100517730256264
Binary110000101110010100100001010011111111100010101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27248; }

 p { color: rgb(194,114,72); }

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

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

 a { background-color: rgb(194,114,72); }

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

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

 span { border-color: rgb(194,114,72); }

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