Html Css Color HEX #C26849 Red Damask

📋 copy color: '#C26849'

red 194 ◦ green 104 ◦ blue 73

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

Shades of Red Damask #C26849

Tints of Red Damask #C26849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 52.29%
G = 28.03%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C26849 (or 0xC26849) is known color: Red Damask. HEX triplet: C2, 68 and 49. RGB value is (194,104,73). Sum of RGB (Red+Green+Blue) = 194+104+73=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C26849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26849 is #3D97B6. Grayscale: #7F7F7F. Windows color (decimal): -4036535 or 4810946. OLE color: 4810946.

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

Color convert

RGB 194 104 73 -
CMYK 0 0.46 0.62 0.24
HSL 15.37º 0.5% 0.52% -
HSV(B) 15.37º 0.62% 0.76% -
XYZ 28.4 21.85 9.02 -
YUV 127.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 194 104 73 0 0.46 0.62 0.24 15.37 0.5 0.52
Hex C2 68 49 0 2E 3E 18 F 32 34
Octal 302 150 111 0 56 76 30 17 62 64
Binary 11000010 1101000 1001001 0 101110 111110 11000 1111 110010 110100

Color Harmonies of #C26849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26849

Black with #C26849

Text Example


Text Example

White with #C26849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26849; }

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

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

background-color css

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

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

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

border-color css

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

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

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