Html Css Color HEX #C27149 Red Damask

📋 copy color: '#C27149'

red 194 ◦ green 113 ◦ blue 73

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

Shades of Red Damask #C27149

Tints of Red Damask #C27149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

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

R = 51.05%
G = 29.74%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C27149 (or 0xC27149) is known color: Red Damask. HEX triplet: C2, 71 and 49. RGB value is (194,113,73). Sum of RGB (Red+Green+Blue) = 194+113+73=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C27149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27149 is #3D8EB6. Grayscale: #848484. Windows color (decimal): -4034231 or 4813250. OLE color: 4813250.

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

Color convert

RGB 194 113 73 -
CMYK 0 0.42 0.62 0.24
HSL 19.83º 0.5% 0.52% -
HSV(B) 19.83º 0.62% 0.76% -
XYZ 29.36 23.76 9.34 -
YUV 132.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 194 113 73 0 0.42 0.62 0.24 19.83 0.5 0.52
Hex C2 71 49 0 2A 3E 18 14 32 34
Octal 302 161 111 0 52 76 30 24 62 64
Binary 11000010 1110001 1001001 0 101010 111110 11000 10100 110010 110100

Color Harmonies of #C27149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27149

Black with #C27149

Text Example


Text Example

White with #C27149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27149; }

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

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

background-color css

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

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

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

border-color css

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

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

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