#CF6C6F

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

Shades of Froly #CF6C6F

Tints of Froly #CF6C6F

Color information

#CF6C6F (or 0xCF6C6F) is unknown color: approx Froly. HEX triplet: CF, 6C and 6F. RGB value is (207,108,111). Sum of RGB (Red+Green+Blue) = 207+108+111=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C6F is #309390. Grayscale: #8A8A8A. Windows color (decimal): -3183505 or 7302351. OLE color: 7302351.

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

Color convert

RGB207108111-
CMYK00.480.460.19
HSL358.18º50.77%61.76%-
HSV(B)358.18º47.83%81.18%-
XYZ33.9625.1418.1-
YUV137.94112.8177.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.59%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=48.59%
G=25.35%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710811100.480.460.19358.1850.7761.76
HexCF6C6F0302E13166333e
Octal31715415706056235466376
Binary1100111111011001101111011000010111010011101100110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6C6F; }

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

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

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

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

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

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

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

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