Html Css Color HEX #C27A54 Red Damask

📋 copy color: '#C27A54'

red 194 ◦ green 122 ◦ blue 84

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

Shades of Red Damask #C27A54

Tints of Red Damask #C27A54

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

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

R = 48.5%
G = 30.5%
B = 21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C27A54 (or 0xC27A54) is known color: Red Damask. HEX triplet: C2, 7A and 54. RGB value is (194,122,84). Sum of RGB (Red+Green+Blue) = 194+122+84=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A54 is #3D85AB. Grayscale: #8B8B8B. Windows color (decimal): -4031916 or 5536450. OLE color: 5536450.

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

Color convert

RGB 194 122 84 -
CMYK 0 0.37 0.57 0.24
HSL 20.73º 0.47% 0.55% -
HSV(B) 20.73º 0.57% 0.76% -
XYZ 30.81 26.03 11.79 -
YUV 139.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 194 122 84 0 0.37 0.57 0.24 20.73 0.47 0.55
Hex C2 7A 54 0 25 39 18 15 2F 37
Octal 302 172 124 0 45 71 30 25 57 67
Binary 11000010 1111010 1010100 0 100101 111001 11000 10101 101111 110111

Color Harmonies of #C27A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A54

Black with #C27A54

Text Example


Text Example

White with #C27A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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