Html Css Color HEX #C27C55 Red Damask

📋 copy color: '#C27C55'

red 194 ◦ green 124 ◦ blue 85

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

Shades of Red Damask #C27C55

Tints of Red Damask #C27C55

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 48.14%
G = 30.77%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C27C55 (or 0xC27C55) is known color: Red Damask. HEX triplet: C2, 7C and 55. RGB value is (194,124,85). Sum of RGB (Red+Green+Blue) = 194+124+85=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C55 is #3D83AA. Grayscale: #8C8C8C. Windows color (decimal): -4031403 or 5602498. OLE color: 5602498.

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

Color convert

RGB 194 124 85 -
CMYK 0 0.36 0.56 0.24
HSL 21.47º 0.47% 0.55% -
HSV(B) 21.47º 0.56% 0.76% -
XYZ 31.1 26.54 12.08 -
YUV 140.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 194 124 85 0 0.36 0.56 0.24 21.47 0.47 0.55
Hex C2 7C 55 0 24 38 18 15 2F 37
Octal 302 174 125 0 44 70 30 25 57 67
Binary 11000010 1111100 1010101 0 100100 111000 11000 10101 101111 110111

Color Harmonies of #C27C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C55

Black with #C27C55

Text Example


Text Example

White with #C27C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C55; }

 p { color: rgb(194,124,85); }

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

background-color css

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

 a { background-color: rgb(194,124,85); }

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

border-color css

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

 span { border-color: rgb(194,124,85); }

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