Html Css Color HEX #C36C4D Red Damask

📋 copy color: '#C36C4D'

red 195 ◦ green 108 ◦ blue 77

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

Shades of Red Damask #C36C4D

Tints of Red Damask #C36C4D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 51.32%
G = 28.42%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C36C4D (or 0xC36C4D) is known color: Red Damask. HEX triplet: C3, 6C and 4D. RGB value is (195,108,77). Sum of RGB (Red+Green+Blue) = 195+108+77=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C4D is #3C93B2. Grayscale: #828282. Windows color (decimal): -3969971 or 5074115. OLE color: 5074115.

HSL color Cylindrical-coordinate representation of color #C36C4D: hue angle of 15.76º 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 #C36C4D is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 108 77 -
CMYK 0 0.45 0.61 0.24
HSL 15.76º 0.5% 0.53% -
HSV(B) 15.76º 0.61% 0.76% -
XYZ 29.21 22.86 9.89 -
YUV 130.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 195 108 77 0 0.45 0.61 0.24 15.76 0.5 0.53
Hex C3 6C 4D 0 2D 3D 18 10 32 35
Octal 303 154 115 0 55 75 30 20 62 65
Binary 11000011 1101100 1001101 0 101101 111101 11000 10000 110010 110101

Color Harmonies of #C36C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C4D

Black with #C36C4D

Text Example


Text Example

White with #C36C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C4D; }

 p { color: rgb(195,108,77); }

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

background-color css

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

 a { background-color: rgb(195,108,77); }

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

border-color css

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

 span { border-color: rgb(195,108,77); }

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