Html Css Color HEX #C27951 Red Damask

📋 copy color: '#C27951'

red 194 ◦ green 121 ◦ blue 81

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

Shades of Red Damask #C27951

Tints of Red Damask #C27951

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

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

R = 48.99%
G = 30.56%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C27951 (or 0xC27951) is known color: Red Damask. HEX triplet: C2, 79 and 51. RGB value is (194,121,81). Sum of RGB (Red+Green+Blue) = 194+121+81=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C27951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27951 is #3D86AE. Grayscale: #8A8A8A. Windows color (decimal): -4032175 or 5339586. OLE color: 5339586.

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

Color convert

RGB 194 121 81 -
CMYK 0 0.38 0.58 0.24
HSL 21.24º 0.48% 0.54% -
HSV(B) 21.24º 0.58% 0.76% -
XYZ 30.57 25.74 11.14 -
YUV 138.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 194 121 81 0 0.38 0.58 0.24 21.24 0.48 0.54
Hex C2 79 51 0 26 3A 18 15 30 36
Octal 302 171 121 0 46 72 30 25 60 66
Binary 11000010 1111001 1010001 0 100110 111010 11000 10101 110000 110110

Color Harmonies of #C27951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27951

Black with #C27951

Text Example


Text Example

White with #C27951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27951; }

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

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

background-color css

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

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

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

border-color css

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

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

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