Html Css Color HEX #C96546 Red Damask

📋 copy color: '#C96546'

red 201 ◦ green 101 ◦ blue 70

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

Shades of Red Damask #C96546

Tints of Red Damask #C96546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

 BLUE value IS 70 (27.73% from 255) = 18.82%

R = 54.03%
G = 27.15%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C96546 (or 0xC96546) is known color: Red Damask. HEX triplet: C9, 65 and 46. RGB value is (201,101,70). Sum of RGB (Red+Green+Blue) = 201+101+70=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C96546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96546 is #369AB9. Grayscale: #7F7F7F. Windows color (decimal): -3578554 or 4613577. OLE color: 4613577.

HSL color Cylindrical-coordinate representation of color #C96546: hue angle of 14.2º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C96546 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 70 -
CMYK 0 0.50 0.65 0.21
HSL 14.2º 0.55% 0.53% -
HSV(B) 14.2º 0.65% 0.79% -
XYZ 29.85 22.17 8.5 -
YUV 127.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 201 101 70 0 0.50 0.65 0.21 14.2 0.55 0.53
Hex C9 65 46 0 32 41 15 E 37 35
Octal 311 145 106 0 62 101 25 16 67 65
Binary 11001001 1100101 1000110 0 110010 1000001 10101 1110 110111 110101

Color Harmonies of #C96546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96546

Black with #C96546

Text Example


Text Example

White with #C96546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96546; }

 p { color: rgb(201,101,70); }

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

background-color css

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

 a { background-color: rgb(201,101,70); }

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

border-color css

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

 span { border-color: rgb(201,101,70); }

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