Html Css Color HEX #C27150 Red Damask

📋 copy color: '#C27150'

red 194 ◦ green 113 ◦ blue 80

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

Shades of Red Damask #C27150

Tints of Red Damask #C27150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 50.13%
G = 29.2%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C27150 (or 0xC27150) is known color: Red Damask. HEX triplet: C2, 71 and 50. RGB value is (194,113,80). Sum of RGB (Red+Green+Blue) = 194+113+80=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C27150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27150 is #3D8EAF. Grayscale: #858585. Windows color (decimal): -4034224 or 5272002. OLE color: 5272002.

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

Color convert

RGB 194 113 80 -
CMYK 0 0.42 0.59 0.24
HSL 17.37º 0.48% 0.54% -
HSV(B) 17.37º 0.59% 0.76% -
XYZ 29.6 23.86 10.63 -
YUV 133.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 194 113 80 0 0.42 0.59 0.24 17.37 0.48 0.54
Hex C2 71 50 0 2A 3B 18 11 30 36
Octal 302 161 120 0 52 73 30 21 60 66
Binary 11000010 1110001 1010000 0 101010 111011 11000 10001 110000 110110

Color Harmonies of #C27150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27150

Black with #C27150

Text Example


Text Example

White with #C27150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27150; }

 p { color: rgb(194,113,80); }

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

background-color css

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

 a { background-color: rgb(194,113,80); }

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

border-color css

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

 span { border-color: rgb(194,113,80); }

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