Html Css Color HEX #C36E53 Red Damask

📋 copy color: '#C36E53'

red 195 ◦ green 110 ◦ blue 83

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

Shades of Red Damask #C36E53

Tints of Red Damask #C36E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 50.26%
G = 28.35%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C36E53 (or 0xC36E53) is known color: Red Damask. HEX triplet: C3, 6E and 53. RGB value is (195,110,83). Sum of RGB (Red+Green+Blue) = 195+110+83=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E53 is #3C91AC. Grayscale: #848484. Windows color (decimal): -3969453 or 5467843. OLE color: 5467843.

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

Color convert

RGB 195 110 83 -
CMYK 0 0.44 0.57 0.24
HSL 14.46º 0.48% 0.55% -
HSV(B) 14.46º 0.57% 0.76% -
XYZ 29.64 23.38 11.13 -
YUV 132.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 195 110 83 0 0.44 0.57 0.24 14.46 0.48 0.55
Hex C3 6E 53 0 2C 39 18 E 30 37
Octal 303 156 123 0 54 71 30 16 60 67
Binary 11000011 1101110 1010011 0 101100 111001 11000 1110 110000 110111

Color Harmonies of #C36E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E53

Black with #C36E53

Text Example


Text Example

White with #C36E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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