Html Css Color HEX #C36E48 Red Damask

📋 copy color: '#C36E48'

red 195 ◦ green 110 ◦ blue 72

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

Shades of Red Damask #C36E48

Tints of Red Damask #C36E48

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.18%

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 51.72%
G = 29.18%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C36E48 (or 0xC36E48) is known color: Red Damask. HEX triplet: C3, 6E and 48. RGB value is (195,110,72). Sum of RGB (Red+Green+Blue) = 195+110+72=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36E48 is #3C91B7. Grayscale: #838383. Windows color (decimal): -3969464 or 4746947. OLE color: 4746947.

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

Color convert

RGB 195 110 72 -
CMYK 0 0.44 0.63 0.24
HSL 18.54º 0.51% 0.52% -
HSV(B) 18.54º 0.63% 0.76% -
XYZ 29.25 23.22 9.07 -
YUV 131.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 195 110 72 0 0.44 0.63 0.24 18.54 0.51 0.52
Hex C3 6E 48 0 2C 3F 18 13 33 34
Octal 303 156 110 0 54 77 30 23 63 64
Binary 11000011 1101110 1001000 0 101100 111111 11000 10011 110011 110100

Color Harmonies of #C36E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E48

Black with #C36E48

Text Example


Text Example

White with #C36E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E48; }

 p { color: rgb(195,110,72); }

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

background-color css

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

 a { background-color: rgb(195,110,72); }

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

border-color css

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

 span { border-color: rgb(195,110,72); }

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