#CF6A46

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

Shades of Red Damask #CF6A46

Tints of Red Damask #CF6A46

Color information

#CF6A46 (or 0xCF6A46) is unknown color: approx Red Damask. HEX triplet: CF, 6A and 46. RGB value is (207,106,70). Sum of RGB (Red+Green+Blue) = 207+106+70=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A46 is #3095B9. Grayscale: #848484. Windows color (decimal): -3184058 or 4614863. OLE color: 4614863.

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

Color convert

RGB20710670-
CMYK00.490.660.19
HSL15.77º58.8%54.31%-
HSV(B)15.77º66.18%81.18%-
XYZ31.9924.028.74-
YUV132.192.96181.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.05%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=54.05%
G=27.68%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071067000.490.660.1915.7758.854.31
HexCF6A460314213103b36
Octal31715210606110223207366
Binary1100111111010101000110011000110000101001110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6A46; }

 p { color: rgb(207,106,70); }

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

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

 a { background-color: rgb(207,106,70); }

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

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

 span { border-color: rgb(207,106,70); }

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