#CF7048

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

Shades of Red Damask #CF7048

Tints of Red Damask #CF7048

Color information

#CF7048 (or 0xCF7048) is unknown color: approx Red Damask. HEX triplet: CF, 70 and 48. RGB value is (207,112,72). Sum of RGB (Red+Green+Blue) = 207+112+72=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7048 is #308FB7. Grayscale: #888888. Windows color (decimal): -3182520 or 4747471. OLE color: 4747471.

HSL color Cylindrical-coordinate representation of color #CF7048: hue angle of 17.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF7048 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB20711272-
CMYK00.460.650.19
HSL17.78º58.44%54.71%-
HSV(B)17.78º65.22%81.18%-
XYZ32.725.329.3-
YUV135.8491.97178.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.94%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=52.94%
G=28.64%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071127200.460.650.1917.7858.4454.71
HexCF704802E4113123a37
Octal31716011005610123227267
Binary1100111111100001001000010111010000011001110010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7048; }

 p { color: rgb(207,112,72); }

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

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

 a { background-color: rgb(207,112,72); }

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

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

 span { border-color: rgb(207,112,72); }

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