Html Css Color HEX #C36D4D Red Damask

📋 copy color: '#C36D4D'

red 195 ◦ green 109 ◦ blue 77

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

Shades of Red Damask #C36D4D

Tints of Red Damask #C36D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 51.18%
G = 28.61%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C36D4D (or 0xC36D4D) is known color: Red Damask. HEX triplet: C3, 6D and 4D. RGB value is (195,109,77). Sum of RGB (Red+Green+Blue) = 195+109+77=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D4D is #3C92B2. Grayscale: #838383. Windows color (decimal): -3969715 or 5074371. OLE color: 5074371.

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

Color convert

RGB 195 109 77 -
CMYK 0 0.44 0.61 0.24
HSL 16.27º 0.5% 0.53% -
HSV(B) 16.27º 0.61% 0.76% -
XYZ 29.31 23.08 9.93 -
YUV 131.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 195 109 77 0 0.44 0.61 0.24 16.27 0.5 0.53
Hex C3 6D 4D 0 2C 3D 18 10 32 35
Octal 303 155 115 0 54 75 30 20 62 65
Binary 11000011 1101101 1001101 0 101100 111101 11000 10000 110010 110101

Color Harmonies of #C36D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D4D

Black with #C36D4D

Text Example


Text Example

White with #C36D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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