Html Css Color HEX #C87445 Red Damask

📋 copy color: '#C87445'

red 200 ◦ green 116 ◦ blue 69

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

Shades of Red Damask #C87445

Tints of Red Damask #C87445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 51.95%
G = 30.13%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C87445 (or 0xC87445) is known color: Red Damask. HEX triplet: C8, 74 and 45. RGB value is (200,116,69). Sum of RGB (Red+Green+Blue) = 200+116+69=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C87445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87445 is #378BBA. Grayscale: #888888. Windows color (decimal): -3640251 or 4551880. OLE color: 4551880.

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

Color convert

RGB 200 116 69 -
CMYK 0 0.42 0.66 0.22
HSL 21.53º 0.54% 0.53% -
HSV(B) 21.53º 0.66% 0.78% -
XYZ 31.14 25.2 8.85 -
YUV 135.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 200 116 69 0 0.42 0.66 0.22 21.53 0.54 0.53
Hex C8 74 45 0 2A 42 16 16 36 35
Octal 310 164 105 0 52 102 26 26 66 65
Binary 11001000 1110100 1000101 0 101010 1000010 10110 10110 110110 110101

Color Harmonies of #C87445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87445

Black with #C87445

Text Example


Text Example

White with #C87445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87445; }

 p { color: rgb(200,116,69); }

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

background-color css

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

 a { background-color: rgb(200,116,69); }

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

border-color css

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

 span { border-color: rgb(200,116,69); }

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