Html Css Color HEX #C36E4C Red Damask

📋 copy color: '#C36E4C'

red 195 ◦ green 110 ◦ blue 76

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

Shades of Red Damask #C36E4C

Tints of Red Damask #C36E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 51.18%
G = 28.87%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C36E4C (or 0xC36E4C) is known color: Red Damask. HEX triplet: C3, 6E and 4C. RGB value is (195,110,76). Sum of RGB (Red+Green+Blue) = 195+110+76=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36E4C is #3C91B3. Grayscale: #838383. Windows color (decimal): -3969460 or 5009091. OLE color: 5009091.

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

Color convert

RGB 195 110 76 -
CMYK 0 0.44 0.61 0.24
HSL 17.14º 0.5% 0.53% -
HSV(B) 17.14º 0.61% 0.76% -
XYZ 29.39 23.28 9.78 -
YUV 131.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 195 110 76 0 0.44 0.61 0.24 17.14 0.5 0.53
Hex C3 6E 4C 0 2C 3D 18 11 32 35
Octal 303 156 114 0 54 75 30 21 62 65
Binary 11000011 1101110 1001100 0 101100 111101 11000 10001 110010 110101

Color Harmonies of #C36E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E4C

Black with #C36E4C

Text Example


Text Example

White with #C36E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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