Html Css Color HEX #C8714B Red Damask

📋 copy color: '#C8714B'

red 200 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #C8714B

Tints of Red Damask #C8714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

 BLUE value IS 75 (29.69% from 255) = 19.33%

R = 51.55%
G = 29.12%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8714B (or 0xC8714B) is known color: Red Damask. HEX triplet: C8, 71 and 4B. RGB value is (200,113,75). Sum of RGB (Red+Green+Blue) = 200+113+75=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C8714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8714B is #378EB4. Grayscale: #868686. Windows color (decimal): -3641013 or 4944328. OLE color: 4944328.

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

Color convert

RGB 200 113 75 -
CMYK 0 0.44 0.62 0.22
HSL 18.24º 0.53% 0.54% -
HSV(B) 18.24º 0.63% 0.78% -
XYZ 30.99 24.6 9.77 -
YUV 134.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 200 113 75 0 0.44 0.62 0.22 18.24 0.53 0.54
Hex C8 71 4B 0 2C 3E 16 12 35 36
Octal 310 161 113 0 54 76 26 22 65 66
Binary 11001000 1110001 1001011 0 101100 111110 10110 10010 110101 110110

Color Harmonies of #C8714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8714B

Black with #C8714B

Text Example


Text Example

White with #C8714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8714B; }

 p { color: rgb(200,113,75); }

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

background-color css

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

 a { background-color: rgb(200,113,75); }

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

border-color css

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

 span { border-color: rgb(200,113,75); }

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