Html Css Color HEX #C26C53 Red Damask

📋 copy color: '#C26C53'

red 194 ◦ green 108 ◦ blue 83

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

Shades of Red Damask #C26C53

Tints of Red Damask #C26C53

RGB

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

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

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

R = 50.39%
G = 28.05%
B = 21.56%

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

#C26C53 (or 0xC26C53) is known color: Red Damask. HEX triplet: C2, 6C and 53. RGB value is (194,108,83). Sum of RGB (Red+Green+Blue) = 194+108+83=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C53 is #3D93AC. Grayscale: #838383. Windows color (decimal): -4035501 or 5467330. OLE color: 5467330.

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

Color convert

RGB 194 108 83 -
CMYK 0 0.44 0.57 0.24
HSL 13.51º 0.48% 0.54% -
HSV(B) 13.51º 0.57% 0.76% -
XYZ 29.17 22.82 11.05 -
YUV 130.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 194 108 83 0 0.44 0.57 0.24 13.51 0.48 0.54
Hex C2 6C 53 0 2C 39 18 E 30 36
Octal 302 154 123 0 54 71 30 16 60 66
Binary 11000010 1101100 1010011 0 101100 111001 11000 1110 110000 110110

Color Harmonies of #C26C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C53

Black with #C26C53

Text Example


Text Example

White with #C26C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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