#C66748

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

Shades of Red Damask #C66748

Tints of Red Damask #C66748

Color information

#C66748 (or 0xC66748) is unknown color: approx Red Damask. HEX triplet: C6, 67 and 48. RGB value is (198,103,72). Sum of RGB (Red+Green+Blue) = 198+103+72=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C66748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66748 is #3998B7. Grayscale: #808080. Windows color (decimal): -3774648 or 4745158. OLE color: 4745158.

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

Color convert

RGB19810372-
CMYK00.480.640.22
HSL14.76º52.5%52.94%-
HSV(B)14.76º63.64%77.65%-
XYZ29.3122.178.87-
YUV127.8796.47178.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.08%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=53.08%
G=27.61%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981037200.480.640.2214.7652.552.94
HexC667480304016f3535
Octal30614711006010026176565
Binary110001101100111100100001100001000000101101111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66748; }

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

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

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

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

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

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

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

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