Html Css Color HEX #C27049 Red Damask

📋 copy color: '#C27049'

red 194 ◦ green 112 ◦ blue 73

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

Shades of Red Damask #C27049

Tints of Red Damask #C27049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.55%

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

R = 51.19%
G = 29.55%
B = 19.26%

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

#C27049 (or 0xC27049) is known color: Red Damask. HEX triplet: C2, 70 and 49. RGB value is (194,112,73). Sum of RGB (Red+Green+Blue) = 194+112+73=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27049 is #3D8FB6. Grayscale: #848484. Windows color (decimal): -4034487 or 4812994. OLE color: 4812994.

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

Color convert

RGB 194 112 73 -
CMYK 0 0.42 0.62 0.24
HSL 19.34º 0.5% 0.52% -
HSV(B) 19.34º 0.62% 0.76% -
XYZ 29.24 23.54 9.31 -
YUV 132.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 194 112 73 0 0.42 0.62 0.24 19.34 0.5 0.52
Hex C2 70 49 0 2A 3E 18 13 32 34
Octal 302 160 111 0 52 76 30 23 62 64
Binary 11000010 1110000 1001001 0 101010 111110 11000 10011 110010 110100

Color Harmonies of #C27049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27049

Black with #C27049

Text Example


Text Example

White with #C27049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27049; }

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

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

background-color css

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

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

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

border-color css

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

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

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