#CF7043

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

Shades of Red Damask #CF7043

Tints of Red Damask #CF7043

Color information

#CF7043 (or 0xCF7043) is unknown color: approx Red Damask. HEX triplet: CF, 70 and 43. RGB value is (207,112,67). Sum of RGB (Red+Green+Blue) = 207+112+67=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7043 is #308FBC. Grayscale: #878787. Windows color (decimal): -3182525 or 4419791. OLE color: 4419791.

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

Color convert

RGB20711267-
CMYK00.460.680.19
HSL19.29º59.32%53.73%-
HSV(B)19.29º67.63%81.18%-
XYZ32.5425.268.47-
YUV135.2889.47179.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 67 (26.56% from 255) = 17.36%
R=53.63%
G=29.02%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071126700.460.680.1919.2959.3253.73
HexCF704302E4413133b36
Octal31716010305610423237366
Binary1100111111100001000011010111010001001001110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7043; }

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

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

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

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

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

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

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

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