Html Css Color HEX #C27649 Red Damask

📋 copy color: '#C27649'

red 194 ◦ green 118 ◦ blue 73

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

Shades of Red Damask #C27649

Tints of Red Damask #C27649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 50.39%
G = 30.65%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C27649 (or 0xC27649) is known color: Red Damask. HEX triplet: C2, 76 and 49. RGB value is (194,118,73). Sum of RGB (Red+Green+Blue) = 194+118+73=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C27649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27649 is #3D89B6. Grayscale: #878787. Windows color (decimal): -4032951 or 4814530. OLE color: 4814530.

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

Color convert

RGB 194 118 73 -
CMYK 0 0.39 0.62 0.24
HSL 22.31º 0.5% 0.52% -
HSV(B) 22.31º 0.62% 0.76% -
XYZ 29.93 24.91 9.53 -
YUV 135.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 194 118 73 0 0.39 0.62 0.24 22.31 0.5 0.52
Hex C2 76 49 0 27 3E 18 16 32 34
Octal 302 166 111 0 47 76 30 26 62 64
Binary 11000010 1110110 1001001 0 100111 111110 11000 10110 110010 110100

Color Harmonies of #C27649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27649

Black with #C27649

Text Example


Text Example

White with #C27649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27649; }

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

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

background-color css

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

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

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

border-color css

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

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

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