Html Css Color HEX #C8774D Red Damask

📋 copy color: '#C8774D'

red 200 ◦ green 119 ◦ blue 77

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

Shades of Red Damask #C8774D

Tints of Red Damask #C8774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 50.51%
G = 30.05%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8774D (or 0xC8774D) is known color: Red Damask. HEX triplet: C8, 77 and 4D. RGB value is (200,119,77). Sum of RGB (Red+Green+Blue) = 200+119+77=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8774D is #3788B2. Grayscale: #8A8A8A. Windows color (decimal): -3639475 or 5076936. OLE color: 5076936.

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

Color convert

RGB 200 119 77 -
CMYK 0 0.40 0.62 0.22
HSL 20.49º 0.53% 0.54% -
HSV(B) 20.49º 0.62% 0.78% -
XYZ 31.76 26.01 10.37 -
YUV 138.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 200 119 77 0 0.40 0.62 0.22 20.49 0.53 0.54
Hex C8 77 4D 0 28 3E 16 14 35 36
Octal 310 167 115 0 50 76 26 24 65 66
Binary 11001000 1110111 1001101 0 101000 111110 10110 10100 110101 110110

Color Harmonies of #C8774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8774D

Black with #C8774D

Text Example


Text Example

White with #C8774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8774D; }

 p { color: rgb(200,119,77); }

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

background-color css

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

 a { background-color: rgb(200,119,77); }

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

border-color css

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

 span { border-color: rgb(200,119,77); }

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