Html Css Color HEX #C27451 Red Damask

📋 copy color: '#C27451'

red 194 ◦ green 116 ◦ blue 81

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

Shades of Red Damask #C27451

Tints of Red Damask #C27451

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

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

R = 49.62%
G = 29.67%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C27451 (or 0xC27451) is known color: Red Damask. HEX triplet: C2, 74 and 51. RGB value is (194,116,81). Sum of RGB (Red+Green+Blue) = 194+116+81=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C27451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27451 is #3D8BAE. Grayscale: #878787. Windows color (decimal): -4033455 or 5338306. OLE color: 5338306.

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

Color convert

RGB 194 116 81 -
CMYK 0 0.40 0.58 0.24
HSL 18.58º 0.48% 0.54% -
HSV(B) 18.58º 0.58% 0.76% -
XYZ 29.98 24.55 10.94 -
YUV 135.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 194 116 81 0 0.40 0.58 0.24 18.58 0.48 0.54
Hex C2 74 51 0 28 3A 18 13 30 36
Octal 302 164 121 0 50 72 30 23 60 66
Binary 11000010 1110100 1010001 0 101000 111010 11000 10011 110000 110110

Color Harmonies of #C27451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27451

Black with #C27451

Text Example


Text Example

White with #C27451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27451; }

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

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

background-color css

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

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

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

border-color css

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

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

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