Html Css Color HEX #C36D4F Red Damask

📋 copy color: '#C36D4F'

red 195 ◦ green 109 ◦ blue 79

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

Shades of Red Damask #C36D4F

Tints of Red Damask #C36D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.63%

R = 50.91%
G = 28.46%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C36D4F (or 0xC36D4F) is known color: Red Damask. HEX triplet: C3, 6D and 4F. RGB value is (195,109,79). Sum of RGB (Red+Green+Blue) = 195+109+79=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D4F is #3C92B0. Grayscale: #838383. Windows color (decimal): -3969713 or 5205443. OLE color: 5205443.

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

Color convert

RGB 195 109 79 -
CMYK 0 0.44 0.59 0.24
HSL 15.52º 0.49% 0.54% -
HSV(B) 15.52º 0.59% 0.76% -
XYZ 29.39 23.1 10.31 -
YUV 131.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 195 109 79 0 0.44 0.59 0.24 15.52 0.49 0.54
Hex C3 6D 4F 0 2C 3B 18 10 31 36
Octal 303 155 117 0 54 73 30 20 61 66
Binary 11000011 1101101 1001111 0 101100 111011 11000 10000 110001 110110

Color Harmonies of #C36D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D4F

Black with #C36D4F

Text Example


Text Example

White with #C36D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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