#CF6B48

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

Shades of Red Damask #CF6B48

Tints of Red Damask #CF6B48

Color information

#CF6B48 (or 0xCF6B48) is unknown color: approx Red Damask. HEX triplet: CF, 6B and 48. RGB value is (207,107,72). Sum of RGB (Red+Green+Blue) = 207+107+72=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B48 is #3094B7. Grayscale: #858585. Windows color (decimal): -3183800 or 4746191. OLE color: 4746191.

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

Color convert

RGB20710772-
CMYK00.480.650.19
HSL15.56º58.44%54.71%-
HSV(B)15.56º65.22%81.18%-
XYZ32.1624.259.12-
YUV132.9193.63180.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=53.63%
G=27.72%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071077200.480.650.1915.5658.4454.71
HexCF6B480304113103a37
Octal31715311006010123207267
Binary1100111111010111001000011000010000011001110000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6B48; }

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

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

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

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

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

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

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

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