#C8654A

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

Shades of Red Damask #C8654A

Tints of Red Damask #C8654A

Color information

#C8654A (or 0xC8654A) is unknown color: approx Red Damask. HEX triplet: C8, 65 and 4A. RGB value is (200,101,74). Sum of RGB (Red+Green+Blue) = 200+101+74=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8654A is #379AB5. Grayscale: #7F7F7F. Windows color (decimal): -3644086 or 4875720. OLE color: 4875720.

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

Color convert

RGB20010174-
CMYK00.490.630.22
HSL12.86º53.39%53.73%-
HSV(B)12.86º63%78.43%-
XYZ29.7122.089.17-
YUV127.5297.8179.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=53.33%
G=26.93%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001017400.490.630.2212.8653.3953.73
HexC8654A0313F16d3536
Octal3101451120617726156566
Binary11001000110010110010100110001111111101101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8654A; }

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

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

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

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

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

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

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

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