#CF7548

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

Shades of Red Damask #CF7548

Tints of Red Damask #CF7548

Color information

#CF7548 (or 0xCF7548) is unknown color: approx Red Damask. HEX triplet: CF, 75 and 48. RGB value is (207,117,72). Sum of RGB (Red+Green+Blue) = 207+117+72=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7548 is #308AB7. Grayscale: #8B8B8B. Windows color (decimal): -3181240 or 4748751. OLE color: 4748751.

HSL color Cylindrical-coordinate representation of color #CF7548: hue angle of 20º 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 #CF7548 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB20711772-
CMYK00.430.650.19
HSL20º58.44%54.71%-
HSV(B)20º65.22%81.18%-
XYZ33.2626.469.48-
YUV138.7890.32176.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.27%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=52.27%
G=29.55%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071177200.430.650.192058.4454.71
HexCF754802B4113143a37
Octal31716511005310123247267
Binary1100111111101011001000010101110000011001110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7548; }

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

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

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

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

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

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

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

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