Html Css Color HEX #C27A51 Red Damask

📋 copy color: '#C27A51'

red 194 ◦ green 122 ◦ blue 81

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

Shades of Red Damask #C27A51

Tints of Red Damask #C27A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.73%

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 48.87%
G = 30.73%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C27A51 (or 0xC27A51) is known color: Red Damask. HEX triplet: C2, 7A and 51. RGB value is (194,122,81). Sum of RGB (Red+Green+Blue) = 194+122+81=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A51 is #3D85AE. Grayscale: #8B8B8B. Windows color (decimal): -4031919 or 5339842. OLE color: 5339842.

HSL color Cylindrical-coordinate representation of color #C27A51: hue angle of 21.77º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C27A51 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 122 81 -
CMYK 0 0.37 0.58 0.24
HSL 21.77º 0.48% 0.54% -
HSV(B) 21.77º 0.58% 0.76% -
XYZ 30.69 25.98 11.18 -
YUV 138.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 194 122 81 0 0.37 0.58 0.24 21.77 0.48 0.54
Hex C2 7A 51 0 25 3A 18 16 30 36
Octal 302 172 121 0 45 72 30 26 60 66
Binary 11000010 1111010 1010001 0 100101 111010 11000 10110 110000 110110

Color Harmonies of #C27A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A51

Black with #C27A51

Text Example


Text Example

White with #C27A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A51; }

 p { color: rgb(194,122,81); }

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

background-color css

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

 a { background-color: rgb(194,122,81); }

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

border-color css

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

 span { border-color: rgb(194,122,81); }

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