#C7654B

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

Shades of Red Damask #C7654B

Tints of Red Damask #C7654B

Color information

#C7654B (or 0xC7654B) is unknown color: approx Red Damask. HEX triplet: C7, 65 and 4B. RGB value is (199,101,75). Sum of RGB (Red+Green+Blue) = 199+101+75=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7654B is #389AB4. Grayscale: #7F7F7F. Windows color (decimal): -3709621 or 4941255. OLE color: 4941255.

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

Color convert

RGB19910175-
CMYK00.490.620.22
HSL12.58º52.54%53.73%-
HSV(B)12.58º62.31%78.04%-
XYZ29.4821.969.34-
YUV127.3498.47179.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 75 (29.69% from 255) = 20%
R=53.07%
G=26.93%
B=20%

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
Decimal1991017500.490.620.2212.5852.5453.73
HexC7654B0313E16d3536
Octal3071451130617626156566
Binary11000111110010110010110110001111110101101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7654B; }

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

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

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

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

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

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

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

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