Html Css Color HEX #C36949 Red Damask

📋 copy color: '#C36949'

red 195 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #C36949

Tints of Red Damask #C36949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 52.28%
G = 28.15%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C36949 (or 0xC36949) is known color: Red Damask. HEX triplet: C3, 69 and 49. RGB value is (195,105,73). Sum of RGB (Red+Green+Blue) = 195+105+73=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C36949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36949 is #3C96B6. Grayscale: #808080. Windows color (decimal): -3970743 or 4811203. OLE color: 4811203.

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

Color convert

RGB 195 105 73 -
CMYK 0 0.46 0.63 0.24
HSL 15.74º 0.5% 0.53% -
HSV(B) 15.74º 0.63% 0.76% -
XYZ 28.76 22.19 9.07 -
YUV 128.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 195 105 73 0 0.46 0.63 0.24 15.74 0.5 0.53
Hex C3 69 49 0 2E 3F 18 10 32 35
Octal 303 151 111 0 56 77 30 20 62 65
Binary 11000011 1101001 1001001 0 101110 111111 11000 10000 110010 110101

Color Harmonies of #C36949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36949

Black with #C36949

Text Example


Text Example

White with #C36949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36949; }

 p { color: rgb(195,105,73); }

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

background-color css

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

 a { background-color: rgb(195,105,73); }

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

border-color css

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

 span { border-color: rgb(195,105,73); }

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