#C97748

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

Shades of Red Damask #C97748

Tints of Red Damask #C97748

Color information

#C97748 (or 0xC97748) is unknown color: approx Red Damask. HEX triplet: C9, 77 and 48. RGB value is (201,119,72). Sum of RGB (Red+Green+Blue) = 201+119+72=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C97748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97748 is #3688B7. Grayscale: #8A8A8A. Windows color (decimal): -3573944 or 4749257. OLE color: 4749257.

HSL color Cylindrical-coordinate representation of color #C97748: hue angle of 21.86º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C97748 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20111972-
CMYK00.410.640.21
HSL21.86º54.43%53.53%-
HSV(B)21.86º64.18%78.82%-
XYZ31.8526.089.49-
YUV138.1690.67172.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.28%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 72 (28.52% from 255) = 18.37%
R=51.28%
G=30.36%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011197200.410.640.2121.8654.4353.53
HexC977480294015163636
Octal31116711005110025266666
Binary1100100111101111001000010100110000001010110110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97748; }

 p { color: rgb(201,119,72); }

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

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

 a { background-color: rgb(201,119,72); }

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

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

 span { border-color: rgb(201,119,72); }

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