Html Css Color HEX #C87345 Red Damask

📋 copy color: '#C87345'

red 200 ◦ green 115 ◦ blue 69

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

Shades of Red Damask #C87345

Tints of Red Damask #C87345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

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

R = 52.08%
G = 29.95%
B = 17.97%

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

#C87345 (or 0xC87345) is known color: Red Damask. HEX triplet: C8, 73 and 45. RGB value is (200,115,69). Sum of RGB (Red+Green+Blue) = 200+115+69=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C87345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87345 is #378CBA. Grayscale: #878787. Windows color (decimal): -3640507 or 4551624. OLE color: 4551624.

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

Color convert

RGB 200 115 69 -
CMYK 0 0.42 0.66 0.22
HSL 21.07º 0.54% 0.53% -
HSV(B) 21.07º 0.66% 0.78% -
XYZ 31.02 24.97 8.81 -
YUV 135.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 200 115 69 0 0.42 0.66 0.22 21.07 0.54 0.53
Hex C8 73 45 0 2A 42 16 15 36 35
Octal 310 163 105 0 52 102 26 25 66 65
Binary 11001000 1110011 1000101 0 101010 1000010 10110 10101 110110 110101

Color Harmonies of #C87345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87345

Black with #C87345

Text Example


Text Example

White with #C87345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87345; }

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

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

background-color css

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

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

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

border-color css

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

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

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