#C8714B

Color #C8714B Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C8714B

Tints of Red Damask #C8714B

Color information

#C8714B (or 0xC8714B) is unknown color: approx 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

RGB20011375-
CMYK00.440.620.22
HSL18.24º53.19%53.92%-
HSV(B)18.24º62.5%78.43%-
XYZ30.9924.69.77-
YUV134.6894.32174.59-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001137500.440.620.2218.2453.1953.92
HexC8714B02C3E16123536
Octal3101611130547626226566
Binary110010001110001100101101011001111101011010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>