Html Css Color HEX #C8724C Red Damask

📋 copy color: '#C8724C'

red 200 ◦ green 114 ◦ blue 76

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

Shades of Red Damask #C8724C

Tints of Red Damask #C8724C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.49%

R = 51.28%
G = 29.23%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8724C (or 0xC8724C) is known color: Red Damask. HEX triplet: C8, 72 and 4C. RGB value is (200,114,76). Sum of RGB (Red+Green+Blue) = 200+114+76=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8724C is #378DB3. Grayscale: #878787. Windows color (decimal): -3640756 or 5010120. OLE color: 5010120.

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

Color convert

RGB 200 114 76 -
CMYK 0 0.43 0.62 0.22
HSL 18.39º 0.53% 0.54% -
HSV(B) 18.39º 0.62% 0.78% -
XYZ 31.14 24.84 9.99 -
YUV 135.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 200 114 76 0 0.43 0.62 0.22 18.39 0.53 0.54
Hex C8 72 4C 0 2B 3E 16 12 35 36
Octal 310 162 114 0 53 76 26 22 65 66
Binary 11001000 1110010 1001100 0 101011 111110 10110 10010 110101 110110

Color Harmonies of #C8724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8724C

Black with #C8724C

Text Example


Text Example

White with #C8724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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