Html Css Color HEX #C36D51 Red Damask

📋 copy color: '#C36D51'

red 195 ◦ green 109 ◦ blue 81

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

Shades of Red Damask #C36D51

Tints of Red Damask #C36D51

RGB

 RED value IS 195 (76.56% from 255) = 50.65%

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

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 50.65%
G = 28.31%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C36D51 (or 0xC36D51) is known color: Red Damask. HEX triplet: C3, 6D and 51. RGB value is (195,109,81). Sum of RGB (Red+Green+Blue) = 195+109+81=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D51 is #3C92AE. Grayscale: #838383. Windows color (decimal): -3969711 or 5336515. OLE color: 5336515.

HSL color Cylindrical-coordinate representation of color #C36D51: hue angle of 14.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C36D51 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 109 81 -
CMYK 0 0.44 0.58 0.24
HSL 14.74º 0.49% 0.54% -
HSV(B) 14.74º 0.58% 0.76% -
XYZ 29.46 23.13 10.7 -
YUV 131.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 195 109 81 0 0.44 0.58 0.24 14.74 0.49 0.54
Hex C3 6D 51 0 2C 3A 18 F 31 36
Octal 303 155 121 0 54 72 30 17 61 66
Binary 11000011 1101101 1010001 0 101100 111010 11000 1111 110001 110110

Color Harmonies of #C36D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D51

Black with #C36D51

Text Example


Text Example

White with #C36D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D51; }

 p { color: rgb(195,109,81); }

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

background-color css

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

 a { background-color: rgb(195,109,81); }

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

border-color css

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

 span { border-color: rgb(195,109,81); }

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