Html Css Color HEX #C26D53 Red Damask

📋 copy color: '#C26D53'

red 194 ◦ green 109 ◦ blue 83

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

Shades of Red Damask #C26D53

Tints of Red Damask #C26D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 50.26%
G = 28.24%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C26D53 (or 0xC26D53) is known color: Red Damask. HEX triplet: C2, 6D and 53. RGB value is (194,109,83). Sum of RGB (Red+Green+Blue) = 194+109+83=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D53 is #3D92AC. Grayscale: #838383. Windows color (decimal): -4035245 or 5467586. OLE color: 5467586.

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

Color convert

RGB 194 109 83 -
CMYK 0 0.44 0.57 0.24
HSL 14.05º 0.48% 0.54% -
HSV(B) 14.05º 0.57% 0.76% -
XYZ 29.28 23.03 11.09 -
YUV 131.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 194 109 83 0 0.44 0.57 0.24 14.05 0.48 0.54
Hex C2 6D 53 0 2C 39 18 E 30 36
Octal 302 155 123 0 54 71 30 16 60 66
Binary 11000010 1101101 1010011 0 101100 111001 11000 1110 110000 110110

Color Harmonies of #C26D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26D53

Black with #C26D53

Text Example


Text Example

White with #C26D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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