Html Css Color HEX #C27450 Red Damask

📋 copy color: '#C27450'

red 194 ◦ green 116 ◦ blue 80

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

Shades of Red Damask #C27450

Tints of Red Damask #C27450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

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

R = 49.74%
G = 29.74%
B = 20.51%

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

#C27450 (or 0xC27450) is known color: Red Damask. HEX triplet: C2, 74 and 50. RGB value is (194,116,80). Sum of RGB (Red+Green+Blue) = 194+116+80=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C27450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27450 is #3D8BAF. Grayscale: #878787. Windows color (decimal): -4033456 or 5272770. OLE color: 5272770.

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

Color convert

RGB 194 116 80 -
CMYK 0 0.40 0.59 0.24
HSL 18.95º 0.48% 0.54% -
HSV(B) 18.95º 0.59% 0.76% -
XYZ 29.94 24.54 10.75 -
YUV 135.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 194 116 80 0 0.40 0.59 0.24 18.95 0.48 0.54
Hex C2 74 50 0 28 3B 18 13 30 36
Octal 302 164 120 0 50 73 30 23 60 66
Binary 11000010 1110100 1010000 0 101000 111011 11000 10011 110000 110110

Color Harmonies of #C27450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27450

Black with #C27450

Text Example


Text Example

White with #C27450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27450; }

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

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

background-color css

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

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

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

border-color css

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

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

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