Html Css Color HEX #C8784C Red Damask

📋 copy color: '#C8784C'

red 200 ◦ green 120 ◦ blue 76

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

Shades of Red Damask #C8784C

Tints of Red Damask #C8784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.3%

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

R = 50.51%
G = 30.3%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8784C (or 0xC8784C) is known color: Red Damask. HEX triplet: C8, 78 and 4C. RGB value is (200,120,76). Sum of RGB (Red+Green+Blue) = 200+120+76=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8784C is #3787B3. Grayscale: #8B8B8B. Windows color (decimal): -3639220 or 5011656. OLE color: 5011656.

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

Color convert

RGB 200 120 76 -
CMYK 0 0.4 0.62 0.22
HSL 21.29º 0.53% 0.54% -
HSV(B) 21.29º 0.62% 0.78% -
XYZ 31.84 26.23 10.22 -
YUV 138.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 200 120 76 0 0.4 0.62 0.22 21.29 0.53 0.54
Hex C8 78 4C 0 28 3E 16 15 35 36
Octal 310 170 114 0 50 76 26 25 65 66
Binary 11001000 1111000 1001100 0 101000 111110 10110 10101 110101 110110

Color Harmonies of #C8784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8784C

Black with #C8784C

Text Example


Text Example

White with #C8784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8784C; }

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

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

background-color css

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

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

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

border-color css

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

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

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