Html Css Color HEX #C27153 Red Damask

📋 copy color: '#C27153'

red 194 ◦ green 113 ◦ blue 83

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

Shades of Red Damask #C27153

Tints of Red Damask #C27153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.28%

R = 49.74%
G = 28.97%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C27153 (or 0xC27153) is known color: Red Damask. HEX triplet: C2, 71 and 53. RGB value is (194,113,83). Sum of RGB (Red+Green+Blue) = 194+113+83=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C27153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27153 is #3D8EAC. Grayscale: #868686. Windows color (decimal): -4034221 or 5468610. OLE color: 5468610.

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

Color convert

RGB 194 113 83 -
CMYK 0 0.42 0.57 0.24
HSL 16.22º 0.48% 0.54% -
HSV(B) 16.22º 0.57% 0.76% -
XYZ 29.71 23.9 11.23 -
YUV 133.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 194 113 83 0 0.42 0.57 0.24 16.22 0.48 0.54
Hex C2 71 53 0 2A 39 18 10 30 36
Octal 302 161 123 0 52 71 30 20 60 66
Binary 11000010 1110001 1010011 0 101010 111001 11000 10000 110000 110110

Color Harmonies of #C27153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27153

Black with #C27153

Text Example


Text Example

White with #C27153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27153; }

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

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

background-color css

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

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

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

border-color css

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

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

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