Html Css Color HEX #C96647 Red Damask

📋 copy color: '#C96647'

red 201 ◦ green 102 ◦ blue 71

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

Shades of Red Damask #C96647

Tints of Red Damask #C96647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

 BLUE value IS 71 (28.13% from 255) = 18.98%

R = 53.74%
G = 27.27%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C96647 (or 0xC96647) is known color: Red Damask. HEX triplet: C9, 66 and 47. RGB value is (201,102,71). Sum of RGB (Red+Green+Blue) = 201+102+71=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C96647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96647 is #3699B8. Grayscale: #808080. Windows color (decimal): -3578297 or 4679369. OLE color: 4679369.

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

Color convert

RGB 201 102 71 -
CMYK 0 0.49 0.65 0.21
HSL 14.31º 0.55% 0.53% -
HSV(B) 14.31º 0.65% 0.79% -
XYZ 29.98 22.38 8.7 -
YUV 128.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 201 102 71 0 0.49 0.65 0.21 14.31 0.55 0.53
Hex C9 66 47 0 31 41 15 E 37 35
Octal 311 146 107 0 61 101 25 16 67 65
Binary 11001001 1100110 1000111 0 110001 1000001 10101 1110 110111 110101

Color Harmonies of #C96647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96647

Black with #C96647

Text Example


Text Example

White with #C96647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96647; }

 p { color: rgb(201,102,71); }

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

background-color css

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

 a { background-color: rgb(201,102,71); }

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

border-color css

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

 span { border-color: rgb(201,102,71); }

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