#C8654B

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

Shades of Red Damask #C8654B

Tints of Red Damask #C8654B

Color information

#C8654B (or 0xC8654B) is unknown color: approx Red Damask. HEX triplet: C8, 65 and 4B. RGB value is (200,101,75). Sum of RGB (Red+Green+Blue) = 200+101+75=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8654B is #379AB4. Grayscale: #7F7F7F. Windows color (decimal): -3644085 or 4941256. OLE color: 4941256.

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

Color convert

RGB20010175-
CMYK00.490.620.22
HSL12.48º53.19%53.92%-
HSV(B)12.48º62.5%78.43%-
XYZ29.7422.099.35-
YUV127.6498.3179.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.19%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 75 (29.69% from 255) = 19.95%
R=53.19%
G=26.86%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001017500.490.620.2212.4853.1953.92
HexC8654B0313E16c3536
Octal3101451130617626146566
Binary11001000110010110010110110001111110101101100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8654B; }

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

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

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

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

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

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

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

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