Html Css Color HEX #C27548 Red Damask

📋 copy color: '#C27548'

red 194 ◦ green 117 ◦ blue 72

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

Shades of Red Damask #C27548

Tints of Red Damask #C27548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.8%

R = 50.65%
G = 30.55%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C27548 (or 0xC27548) is known color: Red Damask. HEX triplet: C2, 75 and 48. RGB value is (194,117,72). Sum of RGB (Red+Green+Blue) = 194+117+72=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C27548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27548 is #3D8AB7. Grayscale: #878787. Windows color (decimal): -4033208 or 4748738. OLE color: 4748738.

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

Color convert

RGB 194 117 72 -
CMYK 0 0.40 0.63 0.24
HSL 22.13º 0.5% 0.52% -
HSV(B) 22.13º 0.63% 0.76% -
XYZ 29.78 24.66 9.32 -
YUV 134.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 194 117 72 0 0.40 0.63 0.24 22.13 0.5 0.52
Hex C2 75 48 0 28 3F 18 16 32 34
Octal 302 165 110 0 50 77 30 26 62 64
Binary 11000010 1110101 1001000 0 101000 111111 11000 10110 110010 110100

Color Harmonies of #C27548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27548

Black with #C27548

Text Example


Text Example

White with #C27548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27548; }

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

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

background-color css

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

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

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

border-color css

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

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

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