Html Css Color HEX #C27251 Red Damask

📋 copy color: '#C27251'

red 194 ◦ green 114 ◦ blue 81

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

Shades of Red Damask #C27251

Tints of Red Damask #C27251

RGB

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

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

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

R = 49.87%
G = 29.31%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C27251 (or 0xC27251) is known color: Red Damask. HEX triplet: C2, 72 and 51. RGB value is (194,114,81). Sum of RGB (Red+Green+Blue) = 194+114+81=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C27251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27251 is #3D8DAE. Grayscale: #868686. Windows color (decimal): -4033967 or 5337794. OLE color: 5337794.

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

Color convert

RGB 194 114 81 -
CMYK 0 0.41 0.58 0.24
HSL 17.52º 0.48% 0.54% -
HSV(B) 17.52º 0.58% 0.76% -
XYZ 29.75 24.1 10.87 -
YUV 134.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 194 114 81 0 0.41 0.58 0.24 17.52 0.48 0.54
Hex C2 72 51 0 29 3A 18 12 30 36
Octal 302 162 121 0 51 72 30 22 60 66
Binary 11000010 1110010 1010001 0 101001 111010 11000 10010 110000 110110

Color Harmonies of #C27251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27251

Black with #C27251

Text Example


Text Example

White with #C27251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27251; }

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

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

background-color css

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

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

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

border-color css

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

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

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