Html Css Color HEX #C8754A Red Damask

📋 copy color: '#C8754A'

red 200 ◦ green 117 ◦ blue 74

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

Shades of Red Damask #C8754A

Tints of Red Damask #C8754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 51.15%
G = 29.92%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8754A (or 0xC8754A) is known color: Red Damask. HEX triplet: C8, 75 and 4A. RGB value is (200,117,74). Sum of RGB (Red+Green+Blue) = 200+117+74=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8754A is #378AB5. Grayscale: #898989. Windows color (decimal): -3639990 or 4879816. OLE color: 4879816.

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

Color convert

RGB 200 117 74 -
CMYK 0 0.42 0.63 0.22
HSL 20.48º 0.53% 0.54% -
HSV(B) 20.48º 0.63% 0.78% -
XYZ 31.42 25.5 9.74 -
YUV 136.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 200 117 74 0 0.42 0.63 0.22 20.48 0.53 0.54
Hex C8 75 4A 0 2A 3F 16 14 35 36
Octal 310 165 112 0 52 77 26 24 65 66
Binary 11001000 1110101 1001010 0 101010 111111 10110 10100 110101 110110

Color Harmonies of #C8754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8754A

Black with #C8754A

Text Example


Text Example

White with #C8754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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