Html Css Color HEX #C97748 Red Damask

📋 copy color: '#C97748'

red 201 ◦ green 119 ◦ blue 72

#C97748
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #C97748

Tints of Red Damask #C97748

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 value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C97748 (or 0xC97748) is known color: 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

RGB 201 119 72 -
CMYK 0 0.41 0.64 0.21
HSL 21.86º 0.54% 0.54% -
HSV(B) 21.86º 0.64% 0.79% -
XYZ 31.85 26.08 9.49 -
YUV 138.16 90.67 172.82 -
System Red Green Blue C M Y K H S L
Decimal 201 119 72 0 0.41 0.64 0.21 21.86 0.54 0.54
Hex C9 77 48 0 29 40 15 16 36 36
Octal 311 167 110 0 51 100 25 26 66 66
Binary 11001001 1110111 1001000 0 101001 1000000 10101 10110 110110 110110

Color Harmonies of #C97748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97748

Black with #C97748

Text Example


Text Example

White with #C97748

Text Example


Text Example

HTML Codes & Css Web 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>