Html Css Color HEX #C36749 Red Damask

📋 copy color: '#C36749'

red 195 ◦ green 103 ◦ blue 73

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

Shades of Red Damask #C36749

Tints of Red Damask #C36749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 52.56%
G = 27.76%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C36749 (or 0xC36749) is known color: Red Damask. HEX triplet: C3, 67 and 49. RGB value is (195,103,73). Sum of RGB (Red+Green+Blue) = 195+103+73=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C36749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36749 is #3C98B6. Grayscale: #7F7F7F. Windows color (decimal): -3971255 or 4810691. OLE color: 4810691.

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

Color convert

RGB 195 103 73 -
CMYK 0 0.47 0.63 0.24
HSL 14.75º 0.5% 0.53% -
HSV(B) 14.75º 0.63% 0.76% -
XYZ 28.56 21.78 9 -
YUV 127.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 195 103 73 0 0.47 0.63 0.24 14.75 0.5 0.53
Hex C3 67 49 0 2F 3F 18 F 32 35
Octal 303 147 111 0 57 77 30 17 62 65
Binary 11000011 1100111 1001001 0 101111 111111 11000 1111 110010 110101

Color Harmonies of #C36749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36749

Black with #C36749

Text Example


Text Example

White with #C36749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36749; }

 p { color: rgb(195,103,73); }

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

background-color css

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

 a { background-color: rgb(195,103,73); }

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

border-color css

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

 span { border-color: rgb(195,103,73); }

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