Html Css Color HEX #C27549 Red Damask

📋 copy color: '#C27549'

red 194 ◦ green 117 ◦ blue 73

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

Shades of Red Damask #C27549

Tints of Red Damask #C27549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

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

R = 50.52%
G = 30.47%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C27549 (or 0xC27549) is known color: Red Damask. HEX triplet: C2, 75 and 49. RGB value is (194,117,73). Sum of RGB (Red+Green+Blue) = 194+117+73=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C27549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27549 is #3D8AB6. Grayscale: #878787. Windows color (decimal): -4033207 or 4814274. OLE color: 4814274.

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

Color convert

RGB 194 117 73 -
CMYK 0 0.40 0.62 0.24
HSL 21.82º 0.5% 0.52% -
HSV(B) 21.82º 0.62% 0.76% -
XYZ 29.81 24.67 9.49 -
YUV 135.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 194 117 73 0 0.40 0.62 0.24 21.82 0.5 0.52
Hex C2 75 49 0 28 3E 18 16 32 34
Octal 302 165 111 0 50 76 30 26 62 64
Binary 11000010 1110101 1001001 0 101000 111110 11000 10110 110010 110100

Color Harmonies of #C27549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27549

Black with #C27549

Text Example


Text Example

White with #C27549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27549; }

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

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

background-color css

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

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

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

border-color css

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

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

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