Html Css Color HEX #C36E4F Red Damask

📋 copy color: '#C36E4F'

red 195 ◦ green 110 ◦ blue 79

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

Shades of Red Damask #C36E4F

Tints of Red Damask #C36E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 50.78%
G = 28.65%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C36E4F (or 0xC36E4F) is known color: Red Damask. HEX triplet: C3, 6E and 4F. RGB value is (195,110,79). Sum of RGB (Red+Green+Blue) = 195+110+79=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E4F is #3C91B0. Grayscale: #848484. Windows color (decimal): -3969457 or 5205699. OLE color: 5205699.

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

Color convert

RGB 195 110 79 -
CMYK 0 0.44 0.59 0.24
HSL 16.03º 0.49% 0.54% -
HSV(B) 16.03º 0.59% 0.76% -
XYZ 29.49 23.32 10.34 -
YUV 131.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 195 110 79 0 0.44 0.59 0.24 16.03 0.49 0.54
Hex C3 6E 4F 0 2C 3B 18 10 31 36
Octal 303 156 117 0 54 73 30 20 61 66
Binary 11000011 1101110 1001111 0 101100 111011 11000 10000 110001 110110

Color Harmonies of #C36E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E4F

Black with #C36E4F

Text Example


Text Example

White with #C36E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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