Html Css Color HEX #C27A53 Red Damask

📋 copy color: '#C27A53'

red 194 ◦ green 122 ◦ blue 83

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

Shades of Red Damask #C27A53

Tints of Red Damask #C27A53

RGB

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

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

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

R = 48.62%
G = 30.58%
B = 20.8%

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

#C27A53 (or 0xC27A53) is known color: Red Damask. HEX triplet: C2, 7A and 53. RGB value is (194,122,83). Sum of RGB (Red+Green+Blue) = 194+122+83=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A53 is #3D85AC. Grayscale: #8B8B8B. Windows color (decimal): -4031917 or 5470914. OLE color: 5470914.

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

Color convert

RGB 194 122 83 -
CMYK 0 0.37 0.57 0.24
HSL 21.08º 0.48% 0.54% -
HSV(B) 21.08º 0.57% 0.76% -
XYZ 30.77 26.01 11.58 -
YUV 139.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 194 122 83 0 0.37 0.57 0.24 21.08 0.48 0.54
Hex C2 7A 53 0 25 39 18 15 30 36
Octal 302 172 123 0 45 71 30 25 60 66
Binary 11000010 1111010 1010011 0 100101 111001 11000 10101 110000 110110

Color Harmonies of #C27A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A53

Black with #C27A53

Text Example


Text Example

White with #C27A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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