Html Css Color HEX #C27550 Red Damask

📋 copy color: '#C27550'

red 194 ◦ green 117 ◦ blue 80

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

Shades of Red Damask #C27550

Tints of Red Damask #C27550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 49.62%
G = 29.92%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C27550 (or 0xC27550) is known color: Red Damask. HEX triplet: C2, 75 and 50. RGB value is (194,117,80). Sum of RGB (Red+Green+Blue) = 194+117+80=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C27550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27550 is #3D8AAF. Grayscale: #888888. Windows color (decimal): -4033200 or 5273026. OLE color: 5273026.

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

Color convert

RGB 194 117 80 -
CMYK 0 0.40 0.59 0.24
HSL 19.47º 0.48% 0.54% -
HSV(B) 19.47º 0.59% 0.76% -
XYZ 30.06 24.77 10.79 -
YUV 135.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 194 117 80 0 0.40 0.59 0.24 19.47 0.48 0.54
Hex C2 75 50 0 28 3B 18 13 30 36
Octal 302 165 120 0 50 73 30 23 60 66
Binary 11000010 1110101 1010000 0 101000 111011 11000 10011 110000 110110

Color Harmonies of #C27550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27550

Black with #C27550

Text Example


Text Example

White with #C27550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27550; }

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

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

background-color css

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

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

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

border-color css

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

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

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