Html Css Color HEX #C27551 Red Damask

📋 copy color: '#C27551'

red 194 ◦ green 117 ◦ blue 81

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

Shades of Red Damask #C27551

Tints of Red Damask #C27551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 81 (32.03% from 255) = 20.66%

R = 49.49%
G = 29.85%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C27551 (or 0xC27551) is known color: Red Damask. HEX triplet: C2, 75 and 51. RGB value is (194,117,81). Sum of RGB (Red+Green+Blue) = 194+117+81=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C27551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27551 is #3D8AAE. Grayscale: #888888. Windows color (decimal): -4033199 or 5338562. OLE color: 5338562.

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

Color convert

RGB 194 117 81 -
CMYK 0 0.40 0.58 0.24
HSL 19.12º 0.48% 0.54% -
HSV(B) 19.12º 0.58% 0.76% -
XYZ 30.09 24.79 10.98 -
YUV 135.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 194 117 81 0 0.40 0.58 0.24 19.12 0.48 0.54
Hex C2 75 51 0 28 3A 18 13 30 36
Octal 302 165 121 0 50 72 30 23 60 66
Binary 11000010 1110101 1010001 0 101000 111010 11000 10011 110000 110110

Color Harmonies of #C27551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27551

Black with #C27551

Text Example


Text Example

White with #C27551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27551; }

 p { color: rgb(194,117,81); }

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

background-color css

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

 a { background-color: rgb(194,117,81); }

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

border-color css

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

 span { border-color: rgb(194,117,81); }

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