Html Css Color HEX #C27853 Red Damask

📋 copy color: '#C27853'

red 194 ◦ green 120 ◦ blue 83

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

Shades of Red Damask #C27853

Tints of Red Damask #C27853

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.23%

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

R = 48.87%
G = 30.23%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C27853 (or 0xC27853) is known color: Red Damask. HEX triplet: C2, 78 and 53. RGB value is (194,120,83). Sum of RGB (Red+Green+Blue) = 194+120+83=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27853 is #3D87AC. Grayscale: #8A8A8A. Windows color (decimal): -4032429 or 5470402. OLE color: 5470402.

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

Color convert

RGB 194 120 83 -
CMYK 0 0.38 0.57 0.24
HSL 20º 0.48% 0.54% -
HSV(B) 20º 0.57% 0.76% -
XYZ 30.53 25.53 11.5 -
YUV 137.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 194 120 83 0 0.38 0.57 0.24 20 0.48 0.54
Hex C2 78 53 0 26 39 18 14 30 36
Octal 302 170 123 0 46 71 30 24 60 66
Binary 11000010 1111000 1010011 0 100110 111001 11000 10100 110000 110110

Color Harmonies of #C27853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27853

Black with #C27853

Text Example


Text Example

White with #C27853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27853; }

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

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

background-color css

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

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

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

border-color css

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

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

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