Html Css Color HEX #C27454 Red Damask

📋 copy color: '#C27454'

red 194 ◦ green 116 ◦ blue 84

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

Shades of Red Damask #C27454

Tints of Red Damask #C27454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.32%

R = 49.24%
G = 29.44%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C27454 (or 0xC27454) is known color: Red Damask. HEX triplet: C2, 74 and 54. RGB value is (194,116,84). Sum of RGB (Red+Green+Blue) = 194+116+84=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27454 is #3D8BAB. Grayscale: #878787. Windows color (decimal): -4033452 or 5534914. OLE color: 5534914.

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

Color convert

RGB 194 116 84 -
CMYK 0 0.40 0.57 0.24
HSL 17.45º 0.47% 0.55% -
HSV(B) 17.45º 0.57% 0.76% -
XYZ 30.09 24.6 11.55 -
YUV 135.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 194 116 84 0 0.40 0.57 0.24 17.45 0.47 0.55
Hex C2 74 54 0 28 39 18 11 2F 37
Octal 302 164 124 0 50 71 30 21 57 67
Binary 11000010 1110100 1010100 0 101000 111001 11000 10001 101111 110111

Color Harmonies of #C27454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27454

Black with #C27454

Text Example


Text Example

White with #C27454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27454; }

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

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

background-color css

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

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

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

border-color css

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

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

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