#C8754E

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

Shades of Red Damask #C8754E

Tints of Red Damask #C8754E

Color information

#C8754E (or 0xC8754E) is unknown color: approx Red Damask. HEX triplet: C8, 75 and 4E. RGB value is (200,117,78). Sum of RGB (Red+Green+Blue) = 200+117+78=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8754E is #378AB1. Grayscale: #898989. Windows color (decimal): -3639986 or 5141960. OLE color: 5141960.

HSL color Cylindrical-coordinate representation of color #C8754E: hue angle of 19.18º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8754E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB20011778-
CMYK00.420.610.22
HSL19.18º52.59%54.51%-
HSV(B)19.18º61%78.43%-
XYZ31.5625.5510.48-
YUV137.3794.5172.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=50.63%
G=29.62%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001177800.420.610.2219.1852.5954.51
HexC8754E02A3D16133537
Octal3101651160527526236567
Binary110010001110101100111001010101111011011010011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8754E; }

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

 H1.HeaderClassName
 {
   color: #C8754E;
 }
 .AnyTagClassName
 {
   color: #C8754E;
 }
</style>
background-color css

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

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

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

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

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

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