Html Css Color HEX #C87548 Red Damask

📋 copy color: '#C87548'

red 200 ◦ green 117 ◦ blue 72

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

Shades of Red Damask #C87548

Tints of Red Damask #C87548

RGB

 RED value IS 200 (78.52% from 255) = 51.41%

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

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

R = 51.41%
G = 30.08%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C87548 (or 0xC87548) is known color: Red Damask. HEX triplet: C8, 75 and 48. RGB value is (200,117,72). Sum of RGB (Red+Green+Blue) = 200+117+72=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C87548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87548 is #378AB7. Grayscale: #888888. Windows color (decimal): -3639992 or 4748744. OLE color: 4748744.

HSL color Cylindrical-coordinate representation of color #C87548: hue angle of 21.09º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C87548 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 72 -
CMYK 0 0.42 0.64 0.22
HSL 21.09º 0.54% 0.53% -
HSV(B) 21.09º 0.64% 0.78% -
XYZ 31.35 25.47 9.39 -
YUV 136.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 200 117 72 0 0.42 0.64 0.22 21.09 0.54 0.53
Hex C8 75 48 0 2A 40 16 15 36 35
Octal 310 165 110 0 52 100 26 25 66 65
Binary 11001000 1110101 1001000 0 101010 1000000 10110 10101 110110 110101

Color Harmonies of #C87548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87548

Black with #C87548

Text Example


Text Example

White with #C87548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87548; }

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

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

background-color css

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

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

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

border-color css

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

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

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