Html Css Color HEX #C36847 Red Damask

📋 copy color: '#C36847'

red 195 ◦ green 104 ◦ blue 71

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

Shades of Red Damask #C36847

Tints of Red Damask #C36847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 52.7%
G = 28.11%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C36847 (or 0xC36847) is known color: Red Damask. HEX triplet: C3, 68 and 47. RGB value is (195,104,71). Sum of RGB (Red+Green+Blue) = 195+104+71=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C36847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36847 is #3C97B8. Grayscale: #7F7F7F. Windows color (decimal): -3971001 or 4679875. OLE color: 4679875.

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

Color convert

RGB 195 104 71 -
CMYK 0 0.47 0.64 0.24
HSL 15.97º 0.51% 0.52% -
HSV(B) 15.97º 0.64% 0.76% -
XYZ 28.59 21.96 8.69 -
YUV 127.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 195 104 71 0 0.47 0.64 0.24 15.97 0.51 0.52
Hex C3 68 47 0 2F 40 18 10 33 34
Octal 303 150 107 0 57 100 30 20 63 64
Binary 11000011 1101000 1000111 0 101111 1000000 11000 10000 110011 110100

Color Harmonies of #C36847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36847

Black with #C36847

Text Example


Text Example

White with #C36847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36847; }

 p { color: rgb(195,104,71); }

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

background-color css

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

 a { background-color: rgb(195,104,71); }

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

border-color css

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

 span { border-color: rgb(195,104,71); }

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