#CF6B77

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

Shades of Froly #CF6B77

Tints of Froly #CF6B77

Color information

#CF6B77 (or 0xCF6B77) is unknown color: approx Froly. HEX triplet: CF, 6B and 77. RGB value is (207,107,119). Sum of RGB (Red+Green+Blue) = 207+107+119=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B77 is #309488. Grayscale: #8A8A8A. Windows color (decimal): -3183753 or 7826383. OLE color: 7826383.

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

Color convert

RGB207107119-
CMYK00.480.430.19
HSL352.8º51.02%61.57%-
HSV(B)352.8º48.31%81.18%-
XYZ34.3225.1120.49-
YUV138.27117.13177.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=47.81%
G=24.71%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710711900.480.430.19352.851.0261.57
HexCF6B770302B13161333e
Octal31715316706053235416376
Binary1100111111010111110111011000010101110011101100001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6B77; }

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

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

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

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

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

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

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

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