Html Css Color HEX #C36E52 Red Damask

📋 copy color: '#C36E52'

red 195 ◦ green 110 ◦ blue 82

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

Shades of Red Damask #C36E52

Tints of Red Damask #C36E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 50.39%
G = 28.42%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C36E52 (or 0xC36E52) is known color: Red Damask. HEX triplet: C3, 6E and 52. RGB value is (195,110,82). Sum of RGB (Red+Green+Blue) = 195+110+82=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E52 is #3C91AD. Grayscale: #848484. Windows color (decimal): -3969454 or 5402307. OLE color: 5402307.

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

Color convert

RGB 195 110 82 -
CMYK 0 0.44 0.58 0.24
HSL 14.87º 0.48% 0.54% -
HSV(B) 14.87º 0.58% 0.76% -
XYZ 29.6 23.36 10.93 -
YUV 132.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 195 110 82 0 0.44 0.58 0.24 14.87 0.48 0.54
Hex C3 6E 52 0 2C 3A 18 F 30 36
Octal 303 156 122 0 54 72 30 17 60 66
Binary 11000011 1101110 1010010 0 101100 111010 11000 1111 110000 110110

Color Harmonies of #C36E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E52

Black with #C36E52

Text Example


Text Example

White with #C36E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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