#CF694E

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

Shades of Red Damask #CF694E

Tints of Red Damask #CF694E

Color information

#CF694E (or 0xCF694E) is unknown color: approx Red Damask. HEX triplet: CF, 69 and 4E. RGB value is (207,105,78). Sum of RGB (Red+Green+Blue) = 207+105+78=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF694E is #3096B1. Grayscale: #848484. Windows color (decimal): -3184306 or 5138895. OLE color: 5138895.

HSL color Cylindrical-coordinate representation of color #CF694E: hue angle of 12.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF694E is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB20710578-
CMYK00.490.620.19
HSL12.56º57.33%55.88%-
HSV(B)12.56º62.32%81.18%-
XYZ32.1623.9210.13-
YUV132.4297.29181.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.08%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 78 (30.86% from 255) = 20%
R=53.08%
G=26.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071057800.490.620.1912.5657.3355.88
HexCF694E0313E13d3938
Octal3171511160617623157170
Binary11001111110100110011100110001111110100111101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF694E; }

 p { color: rgb(207,105,78); }

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

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

 a { background-color: rgb(207,105,78); }

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

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

 span { border-color: rgb(207,105,78); }

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