Html Css Color HEX #C36744 Red Damask

📋 copy color: '#C36744'

red 195 ◦ green 103 ◦ blue 68

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

Shades of Red Damask #C36744

Tints of Red Damask #C36744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 53.28%
G = 28.14%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C36744 (or 0xC36744) is known color: Red Damask. HEX triplet: C3, 67 and 44. RGB value is (195,103,68). Sum of RGB (Red+Green+Blue) = 195+103+68=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C36744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36744 is #3C98BB. Grayscale: #7E7E7E. Windows color (decimal): -3971260 or 4483011. OLE color: 4483011.

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

Color convert

RGB 195 103 68 -
CMYK 0 0.47 0.65 0.24
HSL 16.54º 0.51% 0.52% -
HSV(B) 16.54º 0.65% 0.76% -
XYZ 28.4 21.72 8.16 -
YUV 126.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 195 103 68 0 0.47 0.65 0.24 16.54 0.51 0.52
Hex C3 67 44 0 2F 41 18 11 33 34
Octal 303 147 104 0 57 101 30 21 63 64
Binary 11000011 1100111 1000100 0 101111 1000001 11000 10001 110011 110100

Color Harmonies of #C36744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36744

Black with #C36744

Text Example


Text Example

White with #C36744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36744; }

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

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

background-color css

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

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

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

border-color css

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

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

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