#C66743

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

Shades of Red Damask #C66743

Tints of Red Damask #C66743

Color information

#C66743 (or 0xC66743) is unknown color: approx Red Damask. HEX triplet: C6, 67 and 43. RGB value is (198,103,67). Sum of RGB (Red+Green+Blue) = 198+103+67=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C66743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66743 is #3998BC. Grayscale: #7F7F7F. Windows color (decimal): -3774653 or 4417478. OLE color: 4417478.

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

Color convert

RGB19810367-
CMYK00.480.660.22
HSL16.49º53.47%51.96%-
HSV(B)16.49º66.16%77.65%-
XYZ29.1522.118.04-
YUV127.393.97178.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.80%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 67 (26.56% from 255) = 18.21%
R=53.80%
G=27.99%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981036700.480.660.2216.4953.4751.96
HexC667430304216103534
Octal30614710306010226206564
Binary1100011011001111000011011000010000101011010000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66743; }

 p { color: rgb(198,103,67); }

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

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

 a { background-color: rgb(198,103,67); }

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

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

 span { border-color: rgb(198,103,67); }

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