#C8674E

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

Shades of Red Damask #C8674E

Tints of Red Damask #C8674E

Color information

#C8674E (or 0xC8674E) is unknown color: approx Red Damask. HEX triplet: C8, 67 and 4E. RGB value is (200,103,78). Sum of RGB (Red+Green+Blue) = 200+103+78=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8674E is #3798B1. Grayscale: #818181. Windows color (decimal): -3643570 or 5138376. OLE color: 5138376.

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

Color convert

RGB20010378-
CMYK00.480.610.22
HSL12.3º52.59%54.51%-
HSV(B)12.3º61%78.43%-
XYZ30.0422.539.97-
YUV129.1599.14178.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=52.49%
G=27.03%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001037800.480.610.2212.352.5954.51
HexC8674E0303D16c3537
Octal3101471160607526146567
Binary11001000110011110011100110000111101101101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8674E; }

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

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

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

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

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

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

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

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