Html Css Color HEX #C8724A Red Damask

📋 copy color: '#C8724A'

red 200 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #C8724A

Tints of Red Damask #C8724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 51.55%
G = 29.38%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8724A (or 0xC8724A) is known color: Red Damask. HEX triplet: C8, 72 and 4A. RGB value is (200,114,74). Sum of RGB (Red+Green+Blue) = 200+114+74=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C8724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8724A is #378DB5. Grayscale: #878787. Windows color (decimal): -3640758 or 4879048. OLE color: 4879048.

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

Color convert

RGB 200 114 74 -
CMYK 0 0.43 0.63 0.22
HSL 19.05º 0.53% 0.54% -
HSV(B) 19.05º 0.63% 0.78% -
XYZ 31.07 24.81 9.63 -
YUV 135.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 200 114 74 0 0.43 0.63 0.22 19.05 0.53 0.54
Hex C8 72 4A 0 2B 3F 16 13 35 36
Octal 310 162 112 0 53 77 26 23 65 66
Binary 11001000 1110010 1001010 0 101011 111111 10110 10011 110101 110110

Color Harmonies of #C8724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8724A

Black with #C8724A

Text Example


Text Example

White with #C8724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8724A; }

 p { color: rgb(200,114,74); }

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

background-color css

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

 a { background-color: rgb(200,114,74); }

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

border-color css

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

 span { border-color: rgb(200,114,74); }

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