Html Css Color HEX #C96950 Red Damask

📋 copy color: '#C96950'

red 201 ◦ green 105 ◦ blue 80

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

Shades of Red Damask #C96950

Tints of Red Damask #C96950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.2%

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

R = 52.07%
G = 27.2%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C96950 (or 0xC96950) is known color: Red Damask. HEX triplet: C9, 69 and 50. RGB value is (201,105,80). Sum of RGB (Red+Green+Blue) = 201+105+80=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C96950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96950 is #3696AF. Grayscale: #838383. Windows color (decimal): -3577520 or 5269961. OLE color: 5269961.

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

Color convert

RGB 201 105 80 -
CMYK 0 0.48 0.60 0.21
HSL 12.4º 0.53% 0.55% -
HSV(B) 12.4º 0.6% 0.79% -
XYZ 30.59 23.1 10.44 -
YUV 130.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 201 105 80 0 0.48 0.60 0.21 12.4 0.53 0.55
Hex C9 69 50 0 30 3C 15 C 35 37
Octal 311 151 120 0 60 74 25 14 65 67
Binary 11001001 1101001 1010000 0 110000 111100 10101 1100 110101 110111

Color Harmonies of #C96950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96950

Black with #C96950

Text Example


Text Example

White with #C96950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96950; }

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

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

background-color css

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

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

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

border-color css

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

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

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