Html Css Color HEX #C27247 Red Damask

📋 copy color: '#C27247'

red 194 ◦ green 114 ◦ blue 71

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

Shades of Red Damask #C27247

Tints of Red Damask #C27247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

 BLUE value IS 71 (28.13% from 255) = 18.73%

R = 51.19%
G = 30.08%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C27247 (or 0xC27247) is known color: Red Damask. HEX triplet: C2, 72 and 47. RGB value is (194,114,71). Sum of RGB (Red+Green+Blue) = 194+114+71=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27247 is #3D8DB8. Grayscale: #858585. Windows color (decimal): -4033977 or 4682434. OLE color: 4682434.

HSL color Cylindrical-coordinate representation of color #C27247: hue angle of 20.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C27247 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 114 71 -
CMYK 0 0.41 0.63 0.24
HSL 20.98º 0.5% 0.52% -
HSV(B) 20.98º 0.63% 0.76% -
XYZ 29.4 23.96 9.04 -
YUV 133.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 194 114 71 0 0.41 0.63 0.24 20.98 0.5 0.52
Hex C2 72 47 0 29 3F 18 15 32 34
Octal 302 162 107 0 51 77 30 25 62 64
Binary 11000010 1110010 1000111 0 101001 111111 11000 10101 110010 110100

Color Harmonies of #C27247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27247

Black with #C27247

Text Example


Text Example

White with #C27247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27247; }

 p { color: rgb(194,114,71); }

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

background-color css

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

 a { background-color: rgb(194,114,71); }

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

border-color css

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

 span { border-color: rgb(194,114,71); }

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