Html Css Color HEX #C96D50 Red Damask

📋 copy color: '#C96D50'

red 201 ◦ green 109 ◦ blue 80

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

Shades of Red Damask #C96D50

Tints of Red Damask #C96D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.95%

 BLUE value IS 80 (31.64% from 255) = 20.51%

R = 51.54%
G = 27.95%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C96D50 (or 0xC96D50) is known color: Red Damask. HEX triplet: C9, 6D and 50. RGB value is (201,109,80). Sum of RGB (Red+Green+Blue) = 201+109+80=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D50 is #3692AF. Grayscale: #858585. Windows color (decimal): -3576496 or 5270985. OLE color: 5270985.

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

Color convert

RGB 201 109 80 -
CMYK 0 0.46 0.60 0.21
HSL 14.38º 0.53% 0.55% -
HSV(B) 14.38º 0.6% 0.79% -
XYZ 31 23.93 10.58 -
YUV 133.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 201 109 80 0 0.46 0.60 0.21 14.38 0.53 0.55
Hex C9 6D 50 0 2E 3C 15 E 35 37
Octal 311 155 120 0 56 74 25 16 65 67
Binary 11001001 1101101 1010000 0 101110 111100 10101 1110 110101 110111

Color Harmonies of #C96D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D50

Black with #C96D50

Text Example


Text Example

White with #C96D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D50; }

 p { color: rgb(201,109,80); }

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

background-color css

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

 a { background-color: rgb(201,109,80); }

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

border-color css

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

 span { border-color: rgb(201,109,80); }

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