Html Css Color HEX #C26D49 Red Damask

📋 copy color: '#C26D49'

red 194 ◦ green 109 ◦ blue 73

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

Shades of Red Damask #C26D49

Tints of Red Damask #C26D49

RGB

 RED value IS 194 (76.17% from 255) = 51.6%

 GREEN value IS 109 (42.97% from 255) = 28.99%

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

R = 51.6%
G = 28.99%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C26D49 (or 0xC26D49) is known color: Red Damask. HEX triplet: C2, 6D and 49. RGB value is (194,109,73). Sum of RGB (Red+Green+Blue) = 194+109+73=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D49 is #3D92B6. Grayscale: #828282. Windows color (decimal): -4035255 or 4812226. OLE color: 4812226.

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

Color convert

RGB 194 109 73 -
CMYK 0 0.44 0.62 0.24
HSL 17.85º 0.5% 0.52% -
HSV(B) 17.85º 0.62% 0.76% -
XYZ 28.92 22.89 9.2 -
YUV 130.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 194 109 73 0 0.44 0.62 0.24 17.85 0.5 0.52
Hex C2 6D 49 0 2C 3E 18 12 32 34
Octal 302 155 111 0 54 76 30 22 62 64
Binary 11000010 1101101 1001001 0 101100 111110 11000 10010 110010 110100

Color Harmonies of #C26D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26D49

Black with #C26D49

Text Example


Text Example

White with #C26D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26D49; }

 p { color: rgb(194,109,73); }

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

background-color css

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

 a { background-color: rgb(194,109,73); }

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

border-color css

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

 span { border-color: rgb(194,109,73); }

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