Html Css Color HEX #C87148 Red Damask

📋 copy color: '#C87148'

red 200 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #C87148

Tints of Red Damask #C87148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

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

R = 51.95%
G = 29.35%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C87148 (or 0xC87148) is known color: Red Damask. HEX triplet: C8, 71 and 48. RGB value is (200,113,72). Sum of RGB (Red+Green+Blue) = 200+113+72=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C87148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87148 is #378EB7. Grayscale: #868686. Windows color (decimal): -3641016 or 4747720. OLE color: 4747720.

HSL color Cylindrical-coordinate representation of color #C87148: hue angle of 19.22º 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 #C87148 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 113 72 -
CMYK 0 0.44 0.64 0.22
HSL 19.22º 0.54% 0.53% -
HSV(B) 19.22º 0.64% 0.78% -
XYZ 30.89 24.56 9.24 -
YUV 134.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 200 113 72 0 0.44 0.64 0.22 19.22 0.54 0.53
Hex C8 71 48 0 2C 40 16 13 36 35
Octal 310 161 110 0 54 100 26 23 66 65
Binary 11001000 1110001 1001000 0 101100 1000000 10110 10011 110110 110101

Color Harmonies of #C87148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87148

Black with #C87148

Text Example


Text Example

White with #C87148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87148; }

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

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

background-color css

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

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

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

border-color css

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

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

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