#CF6D6F

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

Shades of Froly #CF6D6F

Tints of Froly #CF6D6F

Color information

#CF6D6F (or 0xCF6D6F) is unknown color: approx Froly. HEX triplet: CF, 6D and 6F. RGB value is (207,109,111). Sum of RGB (Red+Green+Blue) = 207+109+111=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D6F is #309290. Grayscale: #8A8A8A. Windows color (decimal): -3183249 or 7302607. OLE color: 7302607.

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

Color convert

RGB207109111-
CMYK00.470.460.19
HSL358.78º50.52%61.96%-
HSV(B)358.78º47.34%81.18%-
XYZ34.0725.3518.14-
YUV138.53112.47176.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=48.48%
G=25.53%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710911100.470.460.19358.7850.5261.96
HexCF6D6F02F2E13167333e
Octal31715515705756235476376
Binary1100111111011011101111010111110111010011101100111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6D6F; }

 p { color: rgb(207,109,111); }

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

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

 a { background-color: rgb(207,109,111); }

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

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

 span { border-color: rgb(207,109,111); }

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