Html Css Color HEX #C96748 Red Damask

📋 copy color: '#C96748'

red 201 ◦ green 103 ◦ blue 72

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

Shades of Red Damask #C96748

Tints of Red Damask #C96748

RGB

 RED value IS 201 (78.91% from 255) = 53.46%

 GREEN value IS 103 (40.63% from 255) = 27.39%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 53.46%
G = 27.39%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C96748 (or 0xC96748) is known color: Red Damask. HEX triplet: C9, 67 and 48. RGB value is (201,103,72). Sum of RGB (Red+Green+Blue) = 201+103+72=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C96748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96748 is #3698B7. Grayscale: #808080. Windows color (decimal): -3578040 or 4745161. OLE color: 4745161.

HSL color Cylindrical-coordinate representation of color #C96748: hue angle of 14.42º 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 #C96748 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 103 72 -
CMYK 0 0.49 0.64 0.21
HSL 14.42º 0.54% 0.54% -
HSV(B) 14.42º 0.64% 0.79% -
XYZ 30.11 22.59 8.9 -
YUV 128.77 95.97 179.52 -
System Red Green Blue C M Y K H S L
Decimal 201 103 72 0 0.49 0.64 0.21 14.42 0.54 0.54
Hex C9 67 48 0 31 40 15 E 36 36
Octal 311 147 110 0 61 100 25 16 66 66
Binary 11001001 1100111 1001000 0 110001 1000000 10101 1110 110110 110110

Color Harmonies of #C96748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96748

Black with #C96748

Text Example


Text Example

White with #C96748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96748; }

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

 H1.HeaderClassName
 {
   color: #C96748;
 }
 .AnyTagClassName
 {
   color: #C96748;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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